diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 38578e3d..fce6537b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -84,7 +84,7 @@ jobs: deploy_website: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: ${{ steps.deployment.outputs.base_url }} runs-on: ubuntu-latest needs: build_website steps: