From 4ad7373438e48e2ad3eed4e06ec55ed076bd94e9 Mon Sep 17 00:00:00 2001 From: Ryan Neff Date: Sat, 24 Feb 2024 16:54:48 -0800 Subject: [PATCH] Update jekyll.yml --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 3011033..8db40ec 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -56,7 +56,7 @@ jobs: generator_config_file: "docs/_config.yml" - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "https://github.com/JellyTitan/Sofle-Pico/docs" + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production - name: Upload artifact