Spaces:
Sleeping
Sleeping
File size: 136 Bytes
036b3a6 |
1 2 3 4 5 6 7 8 9 10 11 12 |
#!/usr/bin/env bash
set -eux
pushd ../fasthtml
nbdev_docs
popd
cp -r ../fasthtml/_docs/* docs/
tools/sitemap.py
git add -A
git status
|