Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 4, 2025
1 parent 8082293 commit dc56453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy ${{ env.CLOUDFLARE_DIRECTORY }} --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch=${{ env.BRANCH }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
- run: echo "$output" >> $GITHUB_STEP_SUMMARY
env:
output: ${{ steps.deploy.outputs.command-output }}
Expand Down

0 comments on commit dc56453

Please sign in to comment.