We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74163df commit 4082d5cCopy full SHA for 4082d5c
.github/workflows/jekyll.yml
@@ -46,6 +46,7 @@ jobs:
46
run: bundle exec jekyll build --verbose --baseurl "${{ steps.pages.outputs.base_path }}"
47
env:
48
JEKYLL_ENV: production
49
+ JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
- name: Upload artifact
51
# Automatically uploads an artifact from the './_site' directory by default
52
uses: actions/upload-pages-artifact@v3
0 commit comments