diff --git a/.github/workflows/deploy_document.yaml b/.github/workflows/deploy_document.yaml index be0b3ff..7066eea 100644 --- a/.github/workflows/deploy_document.yaml +++ b/.github/workflows/deploy_document.yaml @@ -13,10 +13,9 @@ jobs: with: ref: document - name: vuepress-deploy - uses: jenkey2011/vuepress-deploy@master + uses: undefined-ux/vuepress-deploy@master env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: undefined-ux/json-parser-homework - TARGET_BRANCH: document BUILD_SCRIPT: yarn && yarn build BUILD_DIR: ./src/.vuepress/dist \ No newline at end of file