diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95dda80..022103b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - command: pages deploy --commit-dirty=true --project-name=bifroest-engity-org var/doc + command: pages deploy --branch=${{ needs.evaluate.outputs.version }} --commit-dirty=true --project-name=bifroest-engity-org var/doc - name: Report if: needs.evaluate.outputs.stage-publish == 'true'