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
pages:
stage: deploy
script:
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
- doxygen doxygen.txt
- mkdir public
- cp -r docs/html public
#- mv docs/html/ public/
artifacts:
paths:
- docs
- public
only:
- release