ci: enable documentation on per-commit jobs

This commit is contained in:
Tommaso Pecorella
2023-02-28 11:21:53 -06:00
parent aca3bd9638
commit 3d81a6ecea

View File

@@ -72,8 +72,8 @@ manual:
- make latexpdf
# - mv build/html ../../public/manual
# - mv build/latex/ns-3-manual.pdf ../../public/
only:
- master
# only:
# - master
tutorial:
extends: .doc
@@ -84,8 +84,8 @@ tutorial:
- make latexpdf
# - mv build/html ../../public/manual
# - mv build/latex/ns-3-tutorial.pdf ../../public/
only:
- master
# only:
# - master
models:
extends: .doc
@@ -96,5 +96,5 @@ models:
- make latexpdf
# - mv build/html ../../public/models
# - mv build/latex/ns-3-model-library.pdf ../../public
only:
- master
# only:
# - master