Browse Source

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

pull/748/head
Collin Brown 2 years ago
parent
commit
fb59fdc006
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      autogen.sh
  2. +1
    -0
      docs/img/.gitignore

+ 1
- 1
autogen.sh View File

@@ -74,7 +74,7 @@ python -m scripts.generate "custom"


# copy icons across to website # copy icons across to website
echo "copying icons to website static folder" echo "copying icons to website static folder"
cp -r resources website/static/img/
cp -r resources docs/img/resources


# run black # run black
echo "linting the all the diagram modules" echo "linting the all the diagram modules"


+ 1
- 0
docs/img/.gitignore View File

@@ -0,0 +1 @@
resources/

Loading…
Cancel
Save