Skip to content

更新曲线工具说明 #27

更新曲线工具说明

更新曲线工具说明 #27

Workflow file for this run

name: Build and Deploy
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: lms-work/wiki-docs
TARGET_BRANCH: master
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: src/.vuepress/dist
COMMIT_MESSAGE: Auto deploy from Github Actions