remove generated directories
This commit is contained in:
parent
311b20bdf2
commit
0a1bda9573
1 changed files with 0 additions and 4 deletions
|
|
@ -121,11 +121,7 @@ steps:
|
||||||
image: documentation:latest
|
image: documentation:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
|
||||||
- cd docs
|
- cd docs
|
||||||
- mkdir generated
|
|
||||||
- touch generated/changelogs.rst
|
|
||||||
- touch generated/api.rst
|
|
||||||
- sphinx-build -M html . .
|
- sphinx-build -M html . .
|
||||||
|
|
||||||
- rm -rf /light_docs_dev/*
|
- rm -rf /light_docs_dev/*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue