File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2323 - run : pnpm build
2424
2525 deploy :
26- if : ${{ github.ref == 'refs/heads/main' }}
26+ # if: ${{ github.ref == 'refs/heads/main' }}
2727 needs : build
2828 runs-on : ubuntu-latest
2929 permissions :
3333 steps :
3434 - uses : vivliostyle/vivliostyle.pub/.github/actions/setup@ci/deploy
3535 - run : pnpm build
36+ - uses : cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1
37+ with :
38+ apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
39+ accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
40+ wranglerVersion : ' 4.50.0'
Original file line number Diff line number Diff line change 2222 },
2323 "lint-staged" : {
2424 "*" : [
25- " biome format --write --files-ignore-unknown=true"
25+ " biome format --write --files-ignore-unknown=true --no-errors-on-unmatched "
2626 ]
2727 },
2828 "pnpm" : {
You can’t perform that action at this time.
0 commit comments