Fixed ci for doxygen pages

This commit is contained in:
eidheim 2022-10-06 13:12:51 +02:00
commit f28b183f0a
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -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