Put static data on the GH pages
This commit is contained in:
parent
4d41b2ddb1
commit
d2d2d15de3
|
@ -33,6 +33,7 @@ jobs:
|
||||||
make html #linkcheck
|
make html #linkcheck
|
||||||
cp index.html ../build/
|
cp index.html ../build/
|
||||||
cd ../build/ && ls && ls html/
|
cd ../build/ && ls && ls html/
|
||||||
|
cp -r ../../static .
|
||||||
rm -rf doctrees
|
rm -rf doctrees
|
||||||
touch .nojekyll
|
touch .nojekyll
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in New Issue