Try a page deploy

This commit is contained in:
jwagner4 2024-06-02 19:16:13 +00:00
parent 7201fda114
commit 3b57cadc20

View File

@ -1,13 +1,16 @@
image: alpine image: alpine
pages: pages:
stage: deploy
script: script:
- apk update && apk add doxygen graphviz ttf-freefont && apk add make - apk update && apk add doxygen graphviz ttf-freefont && apk add make
- doxygen doxygen.txt - doxygen doxygen.txt
- mkdir public
- cp -r docs/html public
#- mv docs/html/ public/ #- mv docs/html/ public/
artifacts: artifacts:
paths: paths:
- docs - public
only: only:
- release - release