删除不需要的action

This commit is contained in:
2025-02-22 20:36:23 +08:00
parent b64083b006
commit 33bca70350
-17
View File
@@ -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/