Skip to content
Snippets Groups Projects
Commit d7e103b6 authored by lynxis lazus's avatar lynxis lazus
Browse files

gitlab-ci: install asciidoc & asciidoctor

parent fb7a50b3
No related branches found
No related tags found
No related merge requests found
Pipeline #216518 passed
......@@ -3,7 +3,7 @@ image: python:3.12-alpine
pages:
stage: deploy
script:
- apk add --update --no-cache make
- apk add --update --no-cache make asciidoc asciidoctor
- pip install -r requirements.txt
##
## Use a custom theme.
......@@ -20,7 +20,7 @@ pages:
test:
stage: test
script:
- apk update && apk add make
- apk add --update --no-cache make asciidoc asciidoctor
- pip install -r requirements.txt
- make publish
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment