Skip to content

ci(PythonSemanticRelease): update of PythonSemantic Release; minor c… #80

ci(PythonSemanticRelease): update of PythonSemantic Release; minor c…

ci(PythonSemanticRelease): update of PythonSemantic Release; minor c… #80

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Quality:
uses: MedVisBonn/eyepy/.github/workflows/_quality.yaml@master
Release:
needs: Quality
uses: MedVisBonn/eyepy/.github/workflows/_release.yaml@master
Documentation:
needs: Release
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/cache@v3
with:
key: ${{ github.ref }}
path: .cache
- run: pip install \
mkdocs-material \
mkdocstrings[python] \
mkdocs-gen-files \
mkdocs-literate-nav \
mkdocs-section-index \
pymdown-extensions \
mkdocs-macros-plugin \
eyepie
- run: mkdocs gh-deploy --force