Skip to content

Commit f6ed2b0

Browse files
committed
fix github actions
1 parent 220c22d commit f6ed2b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/page.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
node-version: 20
4343
cache: "pnpm"
4444

45+
- name: Install Dependencies
46+
run: pnpm install
47+
4548
- name: Build
4649
run: pnpm run docs
4750

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dist
3232
npm-debug.log*
3333
yarn-debug.log*
3434
yarn-error.log*
35+
.netrc
3536

3637
# Misc
3738
.DS_Store

0 commit comments

Comments
 (0)