AItool's picture
Upload 210 files
036b3a6 verified
raw
history blame contribute delete
136 Bytes
#!/usr/bin/env bash
set -eux
pushd ../fasthtml
nbdev_docs
popd
cp -r ../fasthtml/_docs/* docs/
tools/sitemap.py
git add -A
git status