From ac50bb70737c42b229e2a5f36a6fa6b21f3d0ece Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:39:09 -0500 Subject: [PATCH] fix(website): ensure correct base url is used --- .github/workflows/jekyll-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index 709db11f..1d89c672 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -172,7 +172,9 @@ jobs: - name: Setup CI config run: | echo "---" > _config_ci.yml - echo "baseurl: ${{ steps.configure-pages.outputs.base_path }}" >> _config_ci.yml + echo "baseurl: ${{ steps.configure-pages.outputs.base_url }}" >> _config_ci.yml + + cat _config_ci.yml - name: Build site env: