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 c994308Copy full SHA for c994308
.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 "/pull/${{ github.event.number }}"
31
32
- name: Deploy to Preview Branch
33
run: |
@@ -53,5 +53,5 @@ jobs:
53
issue_number: context.issue.number,
54
owner: context.repo.owner,
55
repo: context.repo.repo,
56
- body: `🚀 PR Preview: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pull/${{ github.event.number }}`
+ body: `🚀 PR Preview: https://${{ github.repository_owner }}.github.io/pull/${{ github.event.number }}`
57
})
0 commit comments