feat(autogen.sh): copy resources into docs/img/resources for docs site build

pull/748/head
Collin Brown 3 years ago
parent d32c3caf6a
commit fb59fdc006

@ -74,7 +74,7 @@ python -m scripts.generate "custom"
# copy icons across to website
echo "copying icons to website static folder"
cp -r resources website/static/img/
cp -r resources docs/img/resources
# run black
echo "linting the all the diagram modules"

@ -0,0 +1 @@
resources/
Loading…
Cancel
Save