Skip to content

Commit

Permalink
Make pnpm install execute in the correct docs directory!?
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Aug 26, 2024
1 parent 3372a26 commit 40fd28f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,12 @@ jobs:
cache: pnpm
cache-dependency-path: 'docs/pnpm-lock.yaml'

- name: Install pnpm dependencies for docs
run: pnpm install
working-directory: docs

- name: Build Docs
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
cd docs
pnpm run install
pnpm run docs:build
> src/.vuepress/dist/.nojekyll
Expand Down

0 comments on commit 40fd28f

Please sign in to comment.