We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05987d1 + ccfc851 commit 0cf99d6Copy full SHA for 0cf99d6
.github/workflows/gh-pages.yml
@@ -34,6 +34,8 @@ jobs:
34
run: git fetch --no-tags --prune --depth=1 origin refs/heads/gh-pages:refs/heads/gh-pages
35
36
- name: Build site
37
+ env:
38
+ JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
run: |
40
git config user.name "Github Actions"
41
git config user.email "[email protected]"
0 commit comments