Skip to content

Commit

Permalink
fix indent 🤡
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Aug 11, 2024
1 parent 8637bab commit 6ae2f3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-cloudfront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- run: yarn workspaces focus client && yarn workspace client build

- name: Publish
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: YOUR_PROJECT_NAME
directory: client/out
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: YOUR_PROJECT_NAME
directory: client/out
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ae2f3a

Please sign in to comment.