Skip to content

Commit a43a364

Browse files
committed
various
1 parent 2eab6e1 commit a43a364

File tree

7 files changed

+404
-160
lines changed

7 files changed

+404
-160
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
29-
cache: 'npm'
28+
node-version: "20"
29+
cache: "npm"
3030

3131
- name: Install dependencies
3232
run: npm ci
@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload artifact
5050
uses: actions/upload-pages-artifact@v3
5151
with:
52-
path: 'dist'
52+
path: "dist"
5353
name: github-pages
5454

5555
deploy:

0 commit comments

Comments
 (0)