Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 36bd823

Browse files
Use v1 instead of Short Sha for cloudflare/pages-action (#5909)
* use `v1` instead of short Sha for cloudflare/pages-action
1 parent c8ddaa2 commit 36bd823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: yarn install --frozen-lockfile
2020
- run: yarn run build:docs
2121
- name: Publish to Cloudflare Pages
22-
uses: cloudflare/pages-action@1
22+
uses: cloudflare/pages-action@v1
2323
with:
2424
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2525
accountId: 2238a825c5aca59233eab1f221f7aefb

0 commit comments

Comments
 (0)