Skip to content

Commit

Permalink
Update pages-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
julxyz committed Aug 20, 2023
1 parent ad090c7 commit 51f8c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: [push]
name: frontend
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -18,4 +19,4 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: beansports-org
directory: dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 51f8c06

Please sign in to comment.