Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ documentation: stage: build script: - python3 builder/builder.py ### TO REMOVE - ls -R docs/jobs - cat docs/jobs/build/apidoc/apidoc.md ### - mkdocs build -d ./public artifacts: when: always Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ documentation: stage: build script: - python3 builder/builder.py ### TO REMOVE - ls -R docs/jobs - cat docs/jobs/build/apidoc/apidoc.md ### - mkdocs build -d ./public artifacts: when: always Loading