Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Sep 20, 2023
1 parent 265fe5a commit 6d5bd86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
cache: npm
cache: pnpm
cache-dependency-path: './docs/pnpm-lock.json'
- name: Install dependencies
working-directory: ./docs
run: npm install
run: pnpm install
- name: Static HTML export with Nuxt
working-directory: ./docs
run: npm run generate
run: pnpm generate
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 6d5bd86

Please sign in to comment.