Skip to content

Commit

Permalink
chore: npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbry committed Mar 8, 2024
1 parent fc51438 commit e62216c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm install-docs
run: npm run install-docs
- name: Build website
run: npm build-docs
run: npm run build-docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit e62216c

Please sign in to comment.