Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed May 25, 2024
1 parent e9bb044 commit 344a220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deloy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "bajins"
# export LESSCHARSET=utf-8
# export NODE_OPTIONS=--openssl-legacy-provider
env:
NODE_OPTIONS: --openssl-legacy-provider
# https://github.com/vuejs/vuepress/issues/3136
export NODE_OPTIONS=--openssl-legacy-provider
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -42,8 +41,9 @@ jobs:
# `[email protected]:` are converted to HTTPS.
#
# Default: false
submodules: 'true'
submodules: true

# https://github.com/Borales/actions-yarn
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 344a220

Please sign in to comment.