format docs

This commit is contained in:
Jacky Zhao 2023-08-12 21:18:51 -07:00
parent d6e73f221c
commit 4f4b04eeb4
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ draft: true
## todo
- relative links broken
- back button with anchors / popovers + spa is broken
- debounce cfg rebuild on large repos
- investigate content rebuild triggering multiple times even when debounced, causing an esbuild deadlock

View File

@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for git info
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v3
with:
node-version: 18.14