Skip to content

Commit d8ebfef

Browse files
authored
Update vuepress-deploy.yml
1 parent 057e559 commit d8ebfef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vuepress-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/checkout@master
1313

1414
- name: vuepress-deploy
15-
uses: jenkey2011/vuepress-deploy@master
15+
uses: IT4Change/vuepress-build-and-deploy@master
1616
env:
1717
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1818
TARGET_BRANCH: gh-pages
1919
BUILD_SCRIPT: cd vuepress && yarn install && yarn docs:build
20-
BUILD_DIR: docs/.vuepress/dist/
20+
BUILD_DIR: docs/.vuepress/dist/

0 commit comments

Comments
 (0)