Skip to content

Commit

Permalink
Merge branch 'master' into feature/version
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerrol committed Mar 4, 2024
2 parents a741268 + e5881c8 commit 8dd743a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
- name: Install vuepress
run: |
sudo apt update
sudo apt install yarn
sudo yarn global add vuepress
sudo apt install npm
sudo npm install vuepress -g
sudo npm install vue-template-compiler
- name: Build
run: |
export NODE_OPTIONS=--openssl-legacy-provider
sudo vuepress build
working-directory: ./guide
- name: Push
Expand Down

0 comments on commit 8dd743a

Please sign in to comment.