Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Dec 23, 2023
1 parent 3d76bba commit bb2a750
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ jobs:
with:
fetch-depth: 0

- name: Set working directory
run: cd docs && pwd

- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm install --frozen-lockfile
- run: cd docs && pwd && npm install --frozen-lockfile

- name: Build
run: pwd && npm run docs:build
run: cd docs && pwd && npm run docs:build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit bb2a750

Please sign in to comment.