mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
deploy to same repo on different branch
This commit is contained in:
parent
3151f19279
commit
34b787bb18
4
.github/workflows/vuepress-deploy.yml
vendored
4
.github/workflows/vuepress-deploy.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
||||
uses: jenkey2011/vuepress-deploy@v1.8.1
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
TARGET_REPO: IT4Change/IT4Change.github.io
|
||||
TARGET_BRANCH: master
|
||||
TARGET_REPO: IT4Change/IT4C.dev
|
||||
TARGET_BRANCH: github-pages
|
||||
BUILD_SCRIPT: npm install && npm run build:workflow
|
||||
BUILD_DIR: docs/.vuepress/dist
|
||||
CNAME: https://www.it4c.dev
|
||||
Loading…
x
Reference in New Issue
Block a user