Add simple bash script to automate docs creation

This commit is contained in:
Avinash Mallya
2025-07-28 20:16:48 -05:00
parent 98e9e0d0b0
commit 58b7165672
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
[application]
[web.app]
out_dir = "dist"
base_path = "BorrowChecker"
# HTML title tag content

4
deploy/github_pages.sh Normal file
View File

@@ -0,0 +1,4 @@
rm -rf docs/*
dx bundle --out-dir docs
mv docs/public/* docs
cp docs/index.html docs/404.html