fix workflow syntax

This commit is contained in:
mahula 2024-03-09 21:18:03 +01:00
parent 6f5d004f91
commit fa33d765d4

View File

@ -12,15 +12,15 @@ jobs:
with: with:
node-version: '>=21' node-version: '>=21'
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master
- name: vuepress-deploy - name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master uses: jenkey2011/vuepress-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"