diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 6c39fdd..999d787 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -36,7 +36,7 @@ jobs: id-token: write environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: ${{ steps.deployment.outputs.page_url }}branches/${{ github.head_ref }} runs-on: ubuntu-latest steps: - name: Deploy to GitHub Pages