Skip to content

Commit

Permalink
Fixup baseurl in jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acant authored Oct 17, 2024
1 parent 27bf968 commit 752c570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: cd docs && bundle exec jekyll build -d "../_site"
# run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}/docs"
run: cd docs && bundle exec jekyll build --destination "../_site" --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit 752c570

Please sign in to comment.