From adca830eb9db2d1f32117c83f93d0ccbbe3abad5 Mon Sep 17 00:00:00 2001 From: EdwinBetanc0urt Date: Thu, 4 Dec 2025 12:00:19 -0400 Subject: [PATCH] fix: Deploy with branch name. --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 167ed61a..8b43d354 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,9 @@ on: jobs: deploy-gh-pages: runs-on: ubuntu-latest + env: + BRANCH_NAME: ${{ github.ref_name }} + steps: - name: Checkout uses: actions/checkout@v4