Skip to content

fix

fix #27

Workflow file for this run

name: Build Page
on: [ push, workflow_dispatch ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Vitepress
run: npm install vitepress
- name: Build and Deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: Wulian233/vmct-website-beta
TARGET_BRANCH: gh_pages
BUILD_SCRIPT: npm run build
BUILD_DIR: .vitepress/dist/