Skip to content
Snippets Groups Projects
Commit 7b54f444 authored by dilawar's avatar dilawar :ant:
Browse files
parent 853a3fad
No related branches found
No related tags found
1 merge request!4Resolve "Enable docs"
Pipeline #3799 failed with stages
in 1 minute and 56 seconds
......@@ -33,3 +33,14 @@ build:windows:
- python -m pip install .
- python -m bitia --help
- python -m bitia run "ls -ltrh /"
pages:
tags:
- linux
stage: deploy
script:
- python3 -m pip install sphinx
- sphinx-build -b html docs public
artifacts:
paths:
- public
......@@ -32,9 +32,11 @@ release:
rm -rf dist/*.whl
bash ./.ci/realese.sh
doc html:
docs doc html:
cd docs && make html
.PHONY : copr fix test install lint build \
doc docs html \
all check \
runner gitlab-runner image image_upload
runner gitlab-runner \
image image_upload
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