Skip to content

Commit 78a47bc

Browse files
authored
Added AUX worflow for building docs. (#252)
1 parent bba29c4 commit 78a47bc

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,18 @@ jobs:
99
deploy_docs:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
14-
- name: Install pnpm
12+
- uses: actions/checkout@v4
13+
- name: Setup pnpm
1514
uses: pnpm/action-setup@v2
16-
with:
17-
version: 7
18-
run_install: true
19-
2015
- name: Setup Node.js
2116
uses: actions/setup-node@v3
2217
with:
2318
node-version: 18
2419
cache: pnpm
25-
26-
- name: Build docs
27-
run: |-
28-
pnpm docs:build -d docs_dist
20+
- name: Install deps
21+
run: pnpm install
22+
- name: Build
23+
run: pnpm docs:build -d docs_dist
2924

3025
- name: Setup git
3126
run: |

0 commit comments

Comments
 (0)