Skip to content

Commit

Permalink
use forked cloudflare/pages-action
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed May 24, 2024
1 parent d92b3e4 commit e25744c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
- uses: actions/upload-pages-artifact@v3
with:
path: 'site'
- uses: cloudflare/pages-action@v1
- uses: topi314/pages-action@989c0bd3a707c425c05f802dd9984387be67e82b
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
directory: site
branch: pr-${{ github.event.pull_request.number }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
deploymentRef: ${{ github.event.pull_request.merge_commit_sha }}

0 comments on commit e25744c

Please sign in to comment.