Skip to content

Commit 1048d82

Browse files
committed
Cleanup
1 parent 6375ef3 commit 1048d82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
7474
runs-on: ubuntu-latest
7575
if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true'
7676
steps:
77-
- uses: actions/setup-go@v5
78-
with:
79-
go-version: '1.18.1'
80-
8177
- uses: actions/checkout@v4
8278

8379
- name: Cache Zotero Bibliography
@@ -124,7 +120,7 @@ jobs:
124120
- run: npm install --verbose
125121

126122
- name: Build
127-
run: hugo -e $hugoEnvironment -d ~/temp/deploy
123+
run: hugo -e $hugoEnvironment
128124

129125

130126
# - name: Deploy

0 commit comments

Comments
 (0)