Skip to content

Commit e25744c

Browse files
committed
use forked cloudflare/pages-action
1 parent d92b3e4 commit e25744c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ jobs:
3838
- uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: 'site'
41-
- uses: cloudflare/pages-action@v1
41+
- uses: topi314/pages-action@989c0bd3a707c425c05f802dd9984387be67e82b
4242
with:
4343
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4444
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4545
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
4646
directory: site
4747
branch: pr-${{ github.event.pull_request.number }}
4848
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
49+
deploymentRef: ${{ github.event.pull_request.merge_commit_sha }}

0 commit comments

Comments
 (0)