diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6d9b86f..9ff8048 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -51,6 +51,7 @@ jobs: JEKYLL_ENV: production # For jekyll-github-metadata JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PAGES_REPO_NWO: ${{ github.repository }} - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default uses: actions/upload-pages-artifact@v1