replace node 16 related build script for deployment

This commit is contained in:
mahula 2025-01-28 20:57:35 +01:00
parent eb993cf030
commit a56b5f62e8
2 changed files with 1 additions and 2 deletions

View File

@ -18,5 +18,5 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: IT4Change/IT4C.dev
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && npm run build-node16 -- --config docs/.vuepress/config github.js
BUILD_SCRIPT: npm install && npm run build -- --config docs/.vuepress/config github.js
BUILD_DIR: docs/.vuepress/dist

View File

@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"build-node16": "vuepress build docs",
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"test": "textlint \"*.md\" \"docs/**/*.md\""
},