feat(transform): implement custom transformer

This commit is contained in:
taskylizard 2024-08-03 21:58:46 +00:00
parent dfc5ce5881
commit b1dc663035
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
8 changed files with 388 additions and 412 deletions

View file

@ -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