Skip to content

Commit

Permalink
ci: update deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed May 3, 2024
1 parent 08c08dc commit 387fe45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: pages deploy dist
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "module",
"main": "src/index.tsx",
"scripts": {
"dev": "vite",
"test": "vitest",
Expand Down

0 comments on commit 387fe45

Please sign in to comment.