Skip to content

Commit aeb54c1

Browse files
authored
Update zola.yml try auto token
1 parent 92e4135 commit aeb54c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/zola.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
env:
1212
PAGES_BRANCH: gh-pages
1313
BUILD_DIR: .
14-
# BUILD_ONLY: true
14+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
1516
build_and_deploy:
1617
runs-on: ubuntu-latest
1718
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)