We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057e559 commit d8ebfefCopy full SHA for d8ebfef
.github/workflows/vuepress-deploy.yml
@@ -12,9 +12,9 @@ jobs:
12
uses: actions/checkout@master
13
14
- name: vuepress-deploy
15
- uses: jenkey2011/vuepress-deploy@master
+ uses: IT4Change/vuepress-build-and-deploy@master
16
env:
17
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
18
TARGET_BRANCH: gh-pages
19
BUILD_SCRIPT: cd vuepress && yarn install && yarn docs:build
20
- BUILD_DIR: docs/.vuepress/dist/
+ BUILD_DIR: docs/.vuepress/dist/
0 commit comments