Skip to content

Commit b363254

Browse files
authored
Cloudflare docs (#2086)
1 parent c0f9bbb commit b363254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python & Rust docs
1+
name: Vortex Docs
22

33
on:
44
push:
@@ -49,4 +49,4 @@ jobs:
4949
with:
5050
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5151
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
52-
command: pages deploy docs/ --project-name=vortex-docs --branch=${{ github.ref }}
52+
command: pages deploy docs/ --project-name=vortex-docs --branch=${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)