Skip to content

Commit

Permalink
Fix guide github action (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerrol authored Mar 4, 2024
1 parent 5ed8c2c commit a0e3ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install vuepress
run: |
apt update
apt install yarn -y
sudo apt update
sudo apt install yarn -y
yarn global add vuepress
yarn add vue-template-compiler
- name: Build
Expand Down

0 comments on commit a0e3ddb

Please sign in to comment.