From ae964895a1ff378a357de9f9c305336b312e2183 Mon Sep 17 00:00:00 2001 From: Jo Walsh Date: Wed, 28 Aug 2024 10:10:05 +0100 Subject: [PATCH] try building Pages from root directory --- .github/workflows/pages_graphs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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