Skip to content

Commit ac6366c

Browse files
committed
bump github action
1 parent 6577503 commit ac6366c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ jobs:
3434
--feed-glob 'posts/**/*.md'
3535
3636
- name: Publish to Cloudflare Pages
37-
uses: cloudflare/pages-action@v1
37+
uses: cloudflare/wrangler-action@v3
3838
with:
3939
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4040
accountId: 945954ae6af55e6e4af004fb7772fdc5
41-
projectName: jtarchie
42-
directory: docs
4341
# Optional: Enable this if you want to have GitHub Deployments triggered
4442
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
43+
command: pages deploy docs/ --project-name jtarchie

0 commit comments

Comments
 (0)