We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220c22d commit f6ed2b0Copy full SHA for f6ed2b0
.github/workflows/page.yml
@@ -42,6 +42,9 @@ jobs:
42
node-version: 20
43
cache: "pnpm"
44
45
+ - name: Install Dependencies
46
+ run: pnpm install
47
+
48
- name: Build
49
run: pnpm run docs
50
.gitignore
@@ -32,6 +32,7 @@ dist
32
npm-debug.log*
33
yarn-debug.log*
34
yarn-error.log*
35
+.netrc
36
37
# Misc
38
.DS_Store
0 commit comments