mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #51 from IT4Change/fix_deploy
fix(other): fix deploy
This commit is contained in:
commit
f7467420d4
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: IT4Change/IT4C.dev
|
||||
TARGET_BRANCH: gh-pages
|
||||
BUILD_SCRIPT: npm install && npm run build:workflow
|
||||
BUILD_SCRIPT: npm install && npm run build
|
||||
BUILD_DIR: docs/.vuepress/dist
|
||||
CNAME: https://www.it4c.dev
|
||||
Loading…
x
Reference in New Issue
Block a user