mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
feat(transform): implement custom transformer
This commit is contained in:
parent
dfc5ce5881
commit
b1dc663035
8 changed files with 388 additions and 412 deletions
6
.github/workflows/deploy-gh-pages.yml
vendored
6
.github/workflows/deploy-gh-pages.yml
vendored
|
|
@ -30,14 +30,8 @@ jobs:
|
|||
cache: pnpm
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Preprocess files
|
||||
run: bash .github/script.sh
|
||||
- name: Build with VitePress
|
||||
run: |
|
||||
pnpm docs:build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue