Skip to content

Commit

Permalink
ci: install root package dependencies while building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alperensert committed Apr 28, 2024
1 parent e9c5a70 commit 61042a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
with:
node-version: 18
- run: npm install -g pnpm
- run: pnpm install
working-directory: .
- run: pnpm install
- run: pnpm build
- uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
with:
node-version: 18
- run: npm install -g pnpm
- run: pnpm install
working-directory: .
- run: pnpm install
- run: pnpm build

0 comments on commit 61042a6

Please sign in to comment.