Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
powercasgamer committed Jun 13, 2024
1 parent c052409 commit 6b3597e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
deployments: write
pull-requests: write
steps:
- name: Add Comment
- name: Add comment
if: github.event_name != 'push'
uses: mshick/add-pr-comment@v2
with:
Expand Down Expand Up @@ -44,12 +44,12 @@ jobs:
- name: Build
run: pnpm run build

- name: Copy CloudFlare configuration files to build directory
- name: Copy Cloudflare configuration files to build directory
run: |
cp _headers build/
cp _redirects build/
- name: Publish to CloudFlare
- name: Publish to Cloudflare
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand All @@ -58,7 +58,7 @@ jobs:
directory: "build"
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Add Comment
- name: Add comment
uses: mshick/add-pr-comment@v2
with:
message-id: "cloudflare-pages-preview"
Expand Down

0 comments on commit 6b3597e

Please sign in to comment.