Skip to content

Commit

Permalink
use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Keene committed Nov 27, 2023
1 parent c4bc6f2 commit a63e887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- name: Install dependencies
working-directory: ./api-docs
run: yarn install --frozen-lockfile
run: npm install
- name: Build website
working-directory: ./api-docs
run: yarn build
run: npm build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand Down

0 comments on commit a63e887

Please sign in to comment.