From 0a07c1a6e37b7843c4099711fb22798554cac1a0 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:25:38 -0500 Subject: [PATCH] ci(site): fix base urls --- .github/workflows/jekyll-build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index 1d89c672..0e6b0f45 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -171,14 +171,16 @@ jobs: - name: Setup CI config run: | - echo "---" > _config_ci.yml - echo "baseurl: ${{ steps.configure-pages.outputs.base_url }}" >> _config_ci.yml + config_file="_config_ci.yml" + echo "---" > $config_file + echo "baseurl: ${{ steps.configure-pages.outputs.base_path }}" >> $config_file - cat _config_ci.yml + cat $config_file - name: Build site env: JEKYLL_ENV: production + JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PAGES_REPO_NWO: ${{ github.repository }} run: | # if inputs.config_file exists