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 52e4339 commit 40f594aCopy full SHA for 40f594a
.github/workflows/jekyll-gh-pages.yml
@@ -37,8 +37,11 @@ jobs:
37
run: bundle exec jekyll build --source site --destination build
38
working-directory: site
39
40
- - name: Deploy to Cloudflare Pages
41
- env:
42
- CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
43
- CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
44
- run: npx wrangler pages deploy build --project-name="postquantum-feldman-vss" --branch=main
+ - name: Publish
+ uses: cloudflare/pages-action@v1
+ with:
+ apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
45
+ projectName: "postquantum-feldman-vss"
46
+ directory: "site/build"
47
+ gitHubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments