Skip to content

Commit

Permalink
Update deploy-website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jan 23, 2025
1 parent 3aef7bc commit 9b0dcb1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ jobs:
run: pnpm website:build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@1
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: b09b24c345713c704e71dea8bd81f713
projectName: cacheableorg
branch: main
directory: packages/website/dist
gitHubToken: ${{ secrets.GH_TOKEN }}
wranglerVersion: '3'
command: pages deploy packages/website/dist --project-name=cacheableorg --branch=main

0 comments on commit 9b0dcb1

Please sign in to comment.