Abp Vnext 的 Vue3 实现版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
455 B

# name: Docs
# on:
# push:
# branches:
# - main
# jobs:
# build-docs-and-deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout 🛎️
# uses: actions/checkout@v2
# with:
# persist-credentials: false
# - name: Deploy docs 🚀
# uses: mhausenblas/mkdocs-deploy-gh-pages@master
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN }}
# CONFIG_FILE: docs/mkdocs.yml