fix build command

This commit is contained in:
Ulf Gebhardt 2023-01-03 01:33:29 +01:00
parent d14e9f2caf
commit 2eecf8783d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -18,6 +18,6 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: username/repo
TARGET_BRANCH: master
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_SCRIPT: npm install && npm run build
BUILD_DIR: docs/.vuepress/dist
CNAME: https://www.it4c.dev