Skip to content

Commit

Permalink
Github action website deployment tentative fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Aug 26, 2024
1 parent d57c48c commit 176ebaf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: '9.1.0'
run_install: true
version: 'latest'
run_install: false

- name: Copy pnpm dependency files
run: |
Expand All @@ -57,6 +57,10 @@ 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
Expand Down

0 comments on commit 176ebaf

Please sign in to comment.