Skip to content

Commit

Permalink
try building Pages from root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Aug 28, 2024
1 parent c440e8d commit ae96489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages_graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build with Jekyll
# Outputs to the './_site' directory by default
# Will this copy the diagrams tho
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --baseurl "."
env:
JEKYLL_ENV: production
- uses: ts-graphviz/setup-graphviz@v2
Expand Down

0 comments on commit ae96489

Please sign in to comment.