refactor: Bump & run prettier (#210)

This commit is contained in:
Kendell R
2023-12-31 12:22:11 -08:00
committed by GitHub
parent ab4d785f3b
commit 05ff2c1fc3
23 changed files with 114 additions and 6023 deletions

View File

@@ -8,7 +8,7 @@ jobs:
permissions:
contents: read
deployments: write
pull-requests: write
pull-requests: write
name: Deploy
steps:
- name: Checkout
@@ -16,8 +16,8 @@ jobs:
- name: Build
run: |
npm i
npm run build
npm i
npm run build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1