Skip to content

feat: test

feat: test #36

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 }}
# BUILD_SCRIPT: yarn && yarn docs:build
# BUILD_DIR: docs/.vitepress/dist