fix some CI errors
Some checks failed
build package and container / build-container (pull_request) Failing after 18s
check code / check-docs (pull_request) Successful in 6s
build package and container / build-pypackage (pull_request) Successful in 24s
check code / check-code-py311 (pull_request) Successful in 7m32s
check code / check-code-py39 (pull_request) Successful in 7m13s
check code / check-code-py310 (pull_request) Successful in 7m19s
check code / scan-code-py311 (pull_request) Successful in 18s
create release / release-pypackage (pull_request) Successful in 26s
check code / check-code-py38 (pull_request) Successful in 9m3s

This commit is contained in:
Ivan Schaller 2024-02-01 14:37:21 +01:00
parent 89c7c1e386
commit 9db6bb6f87
2 changed files with 8 additions and 5 deletions

View file

@ -12,8 +12,8 @@ jobs:
build-container:
uses: actions/workflows/.gitea/workflows/build_container.yml@master
with:
registry: git.44net.ch
image-name: 44net/invh-server
registry: docker.io
image-name: olofvndrhr/manga-dlp
context: .
dockerfile: docker/Dockerfile
platforms: linux/amd64,linux/arm64
@ -24,7 +24,7 @@ jobs:
build-pypackage:
uses: actions/workflows/.gitea/workflows/release_pypackage.yml@master
with:
repository: https://git.44net.ch/api/packages/44net/pypi
repository: main
secrets:
username: actions-bot
token: ${{ secrets.PACKAGE_TOKEN }}
username: __token__
token: ${{ secrets.PYPI_TOKEN }}

View file

@ -26,6 +26,9 @@ jobs:
check-docs:
runs-on: python311
steps:
- name: checkout code
uses: actions/checkout@v3
- name: "build docs"
run: |
python3 -m pip install mkdocs