diff --git a/.github/workflows/Receive_PR.yml b/.github/workflows/Receive_PR.yml index 946f43864..bb491bb95 100644 --- a/.github/workflows/Receive_PR.yml +++ b/.github/workflows/Receive_PR.yml @@ -30,7 +30,7 @@ jobs: - name: setup nodejs run: npm install - name: Build with jekyll - run: bundle exec jekyll build --destination ./_site + run: bundle exec jekyll build --future --destination ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 - name: Create PR number file