diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 1af00a9..167cd1e 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -46,6 +46,7 @@ jobs: run: bundle exec jekyll build --verbose --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production + JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default uses: actions/upload-pages-artifact@v3