Skip to content

Commit

Permalink
Update deploy.yml to use current directory for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Apr 2, 2024
1 parent 6f1d7c3 commit edde06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: website
directory: 'build'
directory: '.'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main
wranglerVersion: '3'

0 comments on commit edde06c

Please sign in to comment.