Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phisn authored Mar 28, 2024
1 parent 54d08e5 commit 8ebf49a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ jobs:
- name: Deploy
uses: cloudflare/pages-action@v1.5.0
with:
# Cloudflare API Token
apiToken: ${{ CLOUDFLARE_API_TOKEN }}
# Cloudflare Account ID
accountId: ${{ CLOUDFLARE_ACCOUNT_ID }}
# The name of the Pages project to upload to
projectName: rocket-game
# The directory of static assets to upload
projectName: polyburn
directory: /packages/web/dist

0 comments on commit 8ebf49a

Please sign in to comment.