ci: fix?
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
moanos [he/him] 2025-01-19 07:12:09 +01:00
parent 9f23f5768c
commit c9f46d7547
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,9 @@ steps:
commands:
- cd docs && make html
when:
event: [ tag, push ]
deploy:
image: appleboy/drone-scp
settings:
@ -19,6 +22,8 @@ steps:
source: docs/_build/html/
key:
from_secret: ssh_key
when:
event: [ tag, push ]

View File

@ -8,6 +8,7 @@ steps:
- coverage run --source='.' src/manage.py test src && coverage html
- coverage html
- cat htmlcov/index.html
when:
event: [tag, push]