Skip to content

Commit 44d531f

Browse files
committed
small fixes
1 parent 3cee822 commit 44d531f

3 files changed

Lines changed: 1604 additions & 967 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: pnpm
2323

2424
- name: Install dependencies
25-
run: pnpm install --frozen-lockfile
25+
run: pnpm i
2626
- name: Build website
2727
run: pnpm build
2828

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.next
22
node_modules
3+
out

0 commit comments

Comments
 (0)