We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5735d8 commit bf4626eCopy full SHA for bf4626e
.github/workflows/hugo.yaml
@@ -65,7 +65,7 @@ jobs:
65
git config --global url."https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/".insteadOf "https://github.com/"
66
mkdir -p $HOME/go/src/github.com/aschneuw
67
git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/aschneuw/hugo-cite.git $HOME/go/src/github.com/aschneuw/hugo-cite
68
- cd $HOME/go/src/github.com/aschneuw/hugo-cite && git checkout main
+ cd $HOME/go/src/github.com/aschneuw/hugo-cite && git checkout fixes
69
70
- name: Authenticate Go for Private Modules
71
env:
0 commit comments