diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index e8854eb..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Build and Deploy -on: [workflow_dispatch] -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@master - - - name: Build and Deploy - uses: jenkey2011/vuepress-deploy@master - env: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - TARGET_REPO: thejinchao/thejinchao.github.io - TARGET_BRANCH: gh_pages - BUILD_SCRIPT: yarn && yarn build - BUILD_DIR: docs/.vuepress/dist/