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 50cbee4 commit a084ab1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
with:
node-version: 20
cache: npm
working-directory: ./docs
- run: pwd
- run: npm install --frozen-lockfile

- name: Build and deploy
working-directory: ./docs
run: npm docs:build
- run: |
pwd
npm install --frozen-lockfile
npm run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit a084ab1

Please sign in to comment.