mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
remove NODE_OPTION on workflow build
This commit is contained in:
parent
2eecf8783d
commit
b3da37d01c
2
.github/workflows/vuepress-deploy.yml
vendored
2
.github/workflows/vuepress-deploy.yml
vendored
@ -18,6 +18,6 @@ jobs:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
TARGET_REPO: username/repo
|
||||
TARGET_BRANCH: master
|
||||
BUILD_SCRIPT: npm install && npm run build
|
||||
BUILD_SCRIPT: npm install && npm run build:workflow
|
||||
BUILD_DIR: docs/.vuepress/dist
|
||||
CNAME: https://www.it4c.dev
|
||||
@ -5,6 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
|
||||
"build:workflow": "vuepress build docs",
|
||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user