We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59959d2 commit 833f565Copy full SHA for 833f565
.github/workflows/deploy-www.yml
@@ -35,6 +35,8 @@ jobs:
35
git submodule update --remote
36
./_devel/update_hub_submodule.sh
37
- name: Build Jekyll site
38
+ env:
39
+ JEKYLL_GITHUB_TOKEN: ${{ secrets.JEKYLL_GITHUB_TOKEN }}
40
run: |
41
make build_deploy
42
- name: Deploy Jekyll site
0 commit comments