Skip to content

Commit

Permalink
Fix issue in guide compilation (#723)
Browse files Browse the repository at this point in the history
* Fix terser error
  • Loading branch information
zimmerrol authored Mar 4, 2024
1 parent c973d41 commit e5881c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
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 e5881c8

Please sign in to comment.