Skip to content

Commit 36baeb2

Browse files
authored
Update zola.yml Fix token
1 parent dfa51a6 commit 36baeb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/zola.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on: push
22
jobs:
3-
build:
3+
build_only:
44
runs-on: ubuntu-latest
55
if: github.ref != 'refs/heads/master'
66
steps:
@@ -11,8 +11,7 @@ jobs:
1111
env:
1212
PAGES_BRANCH: gh-pages
1313
BUILD_DIR: .
14-
TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
14+
1615

1716
build_and_deploy:
1817
runs-on: ubuntu-latest
@@ -25,3 +24,5 @@ jobs:
2524
env:
2625
PAGES_BRANCH: master
2726
BUILD_DIR: .
27+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+

0 commit comments

Comments
 (0)