Skip to content

Commit

Permalink
deploy main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Masaki Nakano committed Jun 27, 2024
1 parent 2e23cb3 commit b60a940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy dist --project-name=${{ secrets.CF_PROJECT_NAME }}
command: pages deploy dist --project-name=${{ secrets.CF_PROJECT_NAME }} --branch=main

0 comments on commit b60a940

Please sign in to comment.