Skip to content

Commit

Permalink
[INFRA] Add jekyll base url
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Aug 19, 2024
1 parent acd7650 commit dddaebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build
run: |
bundle install
bundle exec jekyll build
bundle exec jekyll build --baseurl preview/${{ github.event.pull_request.base.repo.full_name }}/${{ github.event.pull_request.number }}
- name: Deploy Preview
uses: seqan/actions/documentation_deploy_preview@main
Expand Down

0 comments on commit dddaebf

Please sign in to comment.