We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864741a commit 9af3d6eCopy full SHA for 9af3d6e
.github/workflows/build_pr_preview.yml
@@ -27,7 +27,7 @@ jobs:
27
run: bundle install
28
29
- name: Build Jekyll site
30
- run: bundle exec jekyll build
+ run: bundle exec jekyll build --baseurl "/${{ github.event.repository.name }}/pull/${{ github.event.number }}"
31
32
- name: Deploy to Preview Branch
33
run: |
0 commit comments