We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152a3e6 commit fb1911bCopy full SHA for fb1911b
1 file changed
.github/workflows/zola.yml
@@ -11,7 +11,8 @@ jobs:
11
env:
12
PAGES_BRANCH: gh-pages
13
BUILD_DIR: .
14
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+
16
17
build_and_deploy:
18
runs-on: ubuntu-latest
0 commit comments