diff --git a/.github/workflows/pages_graphs.yml b/.github/workflows/pages_graphs.yml index 4d66568..8cea8cf 100644 --- a/.github/workflows/pages_graphs.yml +++ b/.github/workflows/pages_graphs.yml @@ -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