Fixed ci for doxygen pages
This commit is contained in:
parent
cf85457894
commit
f28b183f0a
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -25,4 +25,4 @@ status_code_test
|
||||||
# Visual Studio 2015/2017 cache/options directory
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
.vs
|
.vs
|
||||||
|
|
||||||
docs/doxygen_output
|
doxygen_output
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ pages:
|
||||||
script:
|
script:
|
||||||
- apk update && apk add doxygen
|
- apk update && apk add doxygen
|
||||||
- cd .. && doxygen docs/Doxyfile
|
- cd .. && doxygen docs/Doxyfile
|
||||||
- mv docs/doxygen_output/html/ public/
|
- mv doxygen_output/html/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue