diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 2c3fb20..c6bf8dd 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -58,8 +58,7 @@ jobs: hugo \ --gc \ --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" - --source ./docs + --baseURL "${{ steps.pages.outputs.base_url }}/" --source ./docs - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: