Merging upstream version 0.12.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5d6b077914
commit
8eb47b2cdd
6 changed files with 41 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# This is deploying the latest commits on main to main documentation
|
||||
name: Mkdocs
|
||||
name: Mkdocs Deploy for main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -34,4 +34,4 @@ jobs:
|
|||
- name: 'Build mkdocs content and deploy to gh-pages to main'
|
||||
run: |
|
||||
pip install .[doc]
|
||||
mike deploy --push main
|
||||
mike deploy --push main
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -3,10 +3,10 @@ name: "Tag & Release management"
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+$' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
- 'v*.*.*'
|
||||
jobs:
|
||||
pypi:
|
||||
name: Publish version to Pypi servers
|
||||
name: Publish Python 🐍 distribution 📦 to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: pypi
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: |
|
||||
python -m build
|
||||
|
||||
- name: Publish package to Pypi server
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
|
@ -118,7 +118,7 @@ jobs:
|
|||
release-doc:
|
||||
name: "Publish documentation for release ${{github.ref_name}}"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [docker-in-docker]
|
||||
needs: [docker_in_docker]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue