From 78f8b906c989b5d02b4860e9de34b836afbf32bc Mon Sep 17 00:00:00 2001 From: Vuyo Mhlotshane Date: Wed, 17 May 2023 13:58:08 +0200 Subject: [PATCH] Update hugo.yaml --- .github/workflows/hugo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index f2e18eef..f9b9d258 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -1,4 +1,4 @@ -# Sample workflow for building and deploying a Hugo site to GitHub Pages +# # Sample workflow for building and deploying a Hugo site to GitHub Pages name: Deploy Hugo site to Pages on: @@ -58,7 +58,8 @@ jobs: run: | hugo \ --gc \ - --minify + --minify \ + --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: