Skip to content

Commit

Permalink
Use v1 instead of Short Sha for cloudflare/pages-action (#5909)
Browse files Browse the repository at this point in the history
* use `v1` instead of short Sha for cloudflare/pages-action
  • Loading branch information
Muhammad-Altabba authored Mar 9, 2023
1 parent c8ddaa2 commit 36bd823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn run build:docs
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@1
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 2238a825c5aca59233eab1f221f7aefb
Expand Down

0 comments on commit 36bd823

Please sign in to comment.