Move docs to master branch
- build with script/build-docs - deploy with script/deploy-docs
This commit is contained in:
parent
7c9c55785d
commit
f60621ee1b
14 changed files with 588 additions and 1 deletions
5
script/build-docs
Executable file
5
script/build-docs
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
pushd docs
|
||||
fig run jekyll jekyll build
|
||||
popd
|
||||
Loading…
Add table
Add a link
Reference in a new issue