Skip to content

Commit

Permalink
chore: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zavakid committed Dec 16, 2024
1 parent 4a4f87a commit 001f6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
node-version: '20.x'

- run: cd docs && npm ci
- run: cd docs && npm install
- run: cd docs && npm run build
- run: cp -R target/site/apidocs docs/build/

Expand Down

0 comments on commit 001f6b2

Please sign in to comment.