use our vuepress deployment action in docs deployment workflow

This commit is contained in:
mahula 2024-05-01 16:04:03 +02:00
parent f823cadd7e
commit 9388f362e8

View File

@ -11,11 +11,11 @@ jobs:
uses: actions/checkout@master uses: actions/checkout@master
- name: vuepress-deploy - name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master uses: IT4Change/vuepress-build-and-deploy@master
env: env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#TARGET_REPO: username/repo #TARGET_REPO: username/repo
#TARGET_BRANCH: master #TARGET_BRANCH: master
BUILD_SCRIPT: npm install && npm run docs:build BUILD_SCRIPT: npm install && npm run docs:build
BUILD_DIR: build/docs/ BUILD_DIR: build/docs/
VUEPRESS_BASE: "boilerplate-frontend" VUEPRESS_BASE: "boilerplate-frontend"