bilibili-API-collect/.github/workflows/vuepress-deploy.yml
SocialSisterYi b85e835ce7
🚀调整项目结构
2023-02-22 00:56:04 +08:00

18 lines
457 B
YAML

name: deploy and pubish
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: SocialSisterYi/bilibili-API-collect
TARGET_BRANCH: gh_pages
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: .vuepress/dist/