Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Naught0 committed Jan 11, 2024
1 parent f1dd7cc commit 59edda5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
contents: read
deployments: write
name: Publish to Cloudflare Pages
defaults:
run:
working-directory: frontend
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -32,12 +35,6 @@ jobs:
accountId: a5854f55e71b087aa3a3bcdae74b2489
projectName: combinator
directory: "./dist"
# Optional: Enable this if you want to have GitHub Deployments triggered
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
# Optional: Switch what branch you are publishing to.
# By default this will be the branch which triggered this workflow
branch: master
# Optional: Change the working directory
workingDirectory: frontend
# Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta`
wranglerVersion: "3"

0 comments on commit 59edda5

Please sign in to comment.