Overhaul vitepress site

This commit is contained in:
Daniel Lovell
2024-10-02 01:36:42 -07:00
parent 494cb8591f
commit 4a79b77b41
12 changed files with 2336 additions and 17608 deletions

View File

@@ -33,11 +33,9 @@ jobs:
- name: Install dependencies
run: npm ci
working-directory: './docs'
- name: Build documentation
run: npm run docs:build
working-directory: './docs'
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v4