File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
4646
4747 - name : Deploy to Cloudflare Pages
48- uses : andykenward/github-actions-cloudflare-pages@v3.4 .0
48+ uses : andykenward/github-actions-cloudflare-pages@v3.5 .0
4949 id : pages
5050 with :
5151 cloudflare-api-token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
5555 github-token : ${{ secrets.GITHUB_TOKEN }}
5656 github-environment : Cloudflare Pages
5757 pr-number : ${{ env.PR_NUMBER }}
58+ branch : pr-${{ env.PR_NUMBER }}
5859
5960 # - name: Deploy
6061 # id: deploy
Original file line number Diff line number Diff line change 3131 run : mkdocs build
3232
3333 - name : Deploy to Cloudflare Pages
34- uses : andykenward/github-actions-cloudflare-pages@v3.4 .0
34+ uses : andykenward/github-actions-cloudflare-pages@v3.5 .0
3535 id : pages
3636 with :
3737 cloudflare-api-token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments