diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52c489f7..a0d3ade1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,6 +42,7 @@ jobs: run: bundle exec jekyll serve env: JEKYLL_ENV: production + PAGES_REPO_NWO: ${{ github.repository }} - name: Run tests run: pytest