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 d92b3e4 commit e25744cCopy full SHA for e25744c
.github/workflows/docs-pr.yml
@@ -38,11 +38,12 @@ jobs:
38
- uses: actions/upload-pages-artifact@v3
39
with:
40
path: 'site'
41
- - uses: cloudflare/pages-action@v1
+ - uses: topi314/pages-action@989c0bd3a707c425c05f802dd9984387be67e82b
42
43
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
44
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
45
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
46
directory: site
47
branch: pr-${{ github.event.pull_request.number }}
48
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
49
+ deploymentRef: ${{ github.event.pull_request.merge_commit_sha }}
0 commit comments