Skip to content

update: 修改main.yaml #9

update: 修改main.yaml

update: 修改main.yaml #9

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: lantingBoy/alladin-ui-plus
TARGET_BRANCH: main
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vitepress/dist
CNAME: https://www.xxx.com