Skip to content

Commit

Permalink
Fix guide compilation (#722)
Browse files Browse the repository at this point in the history
* Replace yarn with npm
  • Loading branch information
zimmerrol committed Mar 4, 2024
1 parent 17e0e9b commit c973d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/guide.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Install vuepress
run: |
sudo apt update
sudo apt install yarn
sudo yarn global add vuepress
sudo yarn global add vue-template-compiler
sudo apt install npm
sudo npm install vuepress -g
sudo npm install vue-template-compiler
- name: Build
run: |
sudo vuepress build
Expand Down

0 comments on commit c973d41

Please sign in to comment.