Skip to content

Commit a45aea7

Browse files
Use repo name in base url
1 parent b1e1e55 commit a45aea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event.action != 'closed'
2626

2727
- name: Build with Jekyll
28-
run: bundle exec jekyll build --baseurl "/pr-preview/pr-${{ github.event.pull_request.number }}"
28+
run: bundle exec jekyll build --baseurl "/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}"
2929
env:
3030
JEKYLL_ENV: production
3131
if: github.event.action != 'closed'

0 commit comments

Comments
 (0)