Skip to content

Commit

Permalink
Update deploy-docusaurus.yml
Browse files Browse the repository at this point in the history
Changed to npm from yarn
  • Loading branch information
sarvsav authored Jun 13, 2024
1 parent bffe41e commit 1ba2bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm

- name: Change to docs directory
run: cd docs
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 1ba2bcc

Please sign in to comment.