Add simple bash script to automate docs creation
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[application]
|
||||
|
||||
[web.app]
|
||||
out_dir = "dist"
|
||||
base_path = "BorrowChecker"
|
||||
|
||||
# HTML title tag content
|
||||
|
||||
4
deploy/github_pages.sh
Normal file
4
deploy/github_pages.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
rm -rf docs/*
|
||||
dx bundle --out-dir docs
|
||||
mv docs/public/* docs
|
||||
cp docs/index.html docs/404.html
|
||||
Reference in New Issue
Block a user