Skip to content

Commit 9af3d6e

Browse files
committed
🐛 fix PR preview workflow
1 parent 864741a commit 9af3d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_pr_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: bundle install
2828

2929
- name: Build Jekyll site
30-
run: bundle exec jekyll build
30+
run: bundle exec jekyll build --baseurl "/${{ github.event.repository.name }}/pull/${{ github.event.number }}"
3131

3232
- name: Deploy to Preview Branch
3333
run: |

0 commit comments

Comments
 (0)