Skip to content

Commit

Permalink
Merge branch 'main' into feat-page-index
Browse files Browse the repository at this point in the history
  • Loading branch information
5ouma authored Nov 9, 2024
2 parents 0d03aed + eaeca08 commit 89d898a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: deploy
uses: cloudflare/wrangler-action@05f17c4a695b4d94b57b59997562c6a4624c64e4 # v3.12.1
with:
command: pages deploy dist --project-name="$GITHUB_REPOSITORY"
command: pages deploy dist --project-name='${{ github.event.repository.name }}'
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: ⛅️ Deploy to the Production
uses: cloudflare/wrangler-action@05f17c4a695b4d94b57b59997562c6a4624c64e4 # v3.12.1
with:
command: pages deploy dist --project-name="$GITHUB_REPOSITORY"
command: pages deploy dist --project-name='${{ github.event.repository.name }}'
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit 89d898a

Please sign in to comment.