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 6375ef3 commit 1048d82Copy full SHA for 1048d82
.github/workflows/gh-pages.yml
@@ -74,10 +74,6 @@ jobs:
74
runs-on: ubuntu-latest
75
if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true'
76
steps:
77
- - uses: actions/setup-go@v5
78
- with:
79
- go-version: '1.18.1'
80
-
81
- uses: actions/checkout@v4
82
83
- name: Cache Zotero Bibliography
@@ -124,7 +120,7 @@ jobs:
124
120
- run: npm install --verbose
125
121
126
122
- name: Build
127
- run: hugo -e $hugoEnvironment -d ~/temp/deploy
123
+ run: hugo -e $hugoEnvironment
128
129
130
# - name: Deploy
0 commit comments