Skip to content
Snippets Groups Projects
Commit 2d401eb3 authored by David Bailey's avatar David Bailey
Browse files

Revert "ci: :green_heart: attempt using the doxypypy docker image"

This reverts commit a7187432, and instead
attempts to use alpine with the py3-pip community package
parent a7187432
Branches
Tags
1 merge request!1Initial Release Merge
Pipeline #6004046 failed
......@@ -41,12 +41,12 @@ pylint:
- find . -type f -name "*.py" | xargs pylint
pages:
image: toliak/doxygen-doxypypy
image: alpine
stage: docs
needs: []
script:
# - apk update && apk add doxygen && apk add --no-cache python3 py3-pip
# - python3 -m pip install doxypypy
- apk update && apk add doxygen && apk add --no-cache python3 py3-pip
- python3 -m pip install doxypypy
- doxygen .doxyfile
- mv doc/html/ public/
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment