Update .gitlab-ci.yml

This commit is contained in:
Anton Jacker 2024-06-13 12:19:30 +00:00
parent ad41be99f8
commit 4cbe328660

View File

@ -2,8 +2,9 @@ image: alpine
pages:
stage: deploy
script:
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
- apk update && apk add doxygen graphviz ttf-freefont && apk add make && apk add lftp
- doxygen doxygen.txt
- mkdir public
- cp -r docs/html public