feat(docs): new docs site by vuepress2 (#2220)

This commit is contained in:
Fatpandac
2022-07-15 22:37:32 +08:00
committed by GitHub
parent c8645db3f0
commit 55147e7cc6
242 changed files with 16409 additions and 6125 deletions
+21
View File
@@ -0,0 +1,21 @@
name: auto prettier
on:
push:
paths:
- 'site-vuepress/**'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v4.2
with:
prettier_options: --config ./site-vuepress/.prettierrc.json --ignore-path ./site-vuepress/.prettierignore --write ./site-vuepress