Skip to content

Commit d4cb767

Browse files
committed
ci: fix docs
1 parent 570b00d commit d4cb767

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
docs:
9+
name: Build Documentation
910
runs-on: ubuntu-latest
1011
# if: "contains(github.event.head_commit.message, 'chore(release)')"
1112
steps:
@@ -20,7 +21,9 @@ jobs:
2021
- name: Install PNPM
2122
run: npm i -g pnpm
2223
- name: Install dependencies
23-
run: cd docs && pnpm install --frozen-lockfile
24+
run: |
25+
pnpm install --frozen-lockfile
26+
cd docs && pnpm install --frozen-lockfile
2427
- name: Build Docs
2528
run: pnpm docs:build
2629
- name: Deploy on GitHub Pages

0 commit comments

Comments
 (0)