diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 5ac67d1..a56bf52 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -59,7 +59,7 @@ jobs: hugo \ --gc \ --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" + --baseURL "https://labs.luiscorreia.pt/" - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: @@ -69,7 +69,7 @@ jobs: deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: https://labs.luiscorreia.pt/ runs-on: ubuntu-latest needs: build steps: