We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e4135 commit aeb54c1Copy full SHA for aeb54c1
1 file changed
.github/workflows/zola.yml
@@ -11,7 +11,8 @@ jobs:
11
env:
12
PAGES_BRANCH: gh-pages
13
BUILD_DIR: .
14
- # BUILD_ONLY: true
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+
16
build_and_deploy:
17
runs-on: ubuntu-latest
18
if: github.ref == 'refs/heads/master'
0 commit comments