diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 06039b1..8232c88 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -37,7 +37,7 @@ jobs: - name: Install Hugo CLI run: | wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ - && sudo dpkg -i ${{ runner.temp }}/hugo.deb + && sudo dpkg -i ${{ runner.temp }}/hugo.deb - name: Checkout uses: actions/checkout@v4 with: @@ -52,12 +52,12 @@ jobs: env: HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache HUGO_ENVIRONMENT: production - TZ: America/Los_Angeles + TZ: America/New_York run: | hugo \ --gc \ --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" + --baseURL "https://${{ steps.pages.outputs.host }}/{{ steps.pages.outputs.base_path }}/" - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: