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 6577503 commit ac6366cCopy full SHA for ac6366c
.github/workflows/publish.yml
@@ -34,11 +34,10 @@ jobs:
34
--feed-glob 'posts/**/*.md'
35
36
- name: Publish to Cloudflare Pages
37
- uses: cloudflare/pages-action@v1
+ uses: cloudflare/wrangler-action@v3
38
with:
39
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40
accountId: 945954ae6af55e6e4af004fb7772fdc5
41
- projectName: jtarchie
42
- directory: docs
43
# Optional: Enable this if you want to have GitHub Deployments triggered
44
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
+ command: pages deploy docs/ --project-name jtarchie
0 commit comments