From f5630347604185e871e211c75bd90d079a4684e6 Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Sat, 12 Oct 2024 15:15:06 -0500 Subject: [PATCH] ci: revises pipeline to return the preview branch --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 6c39fdd..29b65d3 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