We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f9bbb commit b363254Copy full SHA for b363254
.github/workflows/docs.yml
@@ -1,4 +1,4 @@
1
-name: Python & Rust docs
+name: Vortex Docs
2
3
on:
4
push:
@@ -49,4 +49,4 @@ jobs:
49
with:
50
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
51
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
52
- command: pages deploy docs/ --project-name=vortex-docs --branch=${{ github.ref }}
+ command: pages deploy docs/ --project-name=vortex-docs --branch=${{ github.head_ref || github.ref_name }}
0 commit comments