Skip to content

添加版权

添加版权 #29

name: Build and Deploy
on: [ push ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: webstorm-guide-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.WEBSTORM_GUIDE }}
TARGET_REPO: qinghuanI/webstorm-guide
TARGET_BRANCH: gh_pages
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vuepress/dist