fixed recursive cp for pictures
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp README.md ./source/README.md
|
cp README.md ./source/README.md
|
||||||
cp LICENSE ./source/LICENSE
|
cp LICENSE ./source/LICENSE
|
||||||
cp Pictures ./source/Pictures
|
cp -r Pictures ./source/Pictures
|
||||||
sphinx-apidoc -o source scraibe/
|
sphinx-apidoc -o source scraibe/
|
||||||
sphinx-build -M html source docs
|
sphinx-build -M html source docs
|
||||||
make html
|
make html
|
||||||
|
|||||||
Reference in New Issue
Block a user