diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index c243f67..f71640a 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Build site run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}" env: - JEKYLL_ENV: "production" + JEKYLL_ENV: "test" - name: Test site run: |