Skip to content

Merge pull request #1910 from MaibornWolff/chore/sboms_release_1.18.0 #67

Merge pull request #1910 from MaibornWolff/chore/sboms_release_1.18.0

Merge pull request #1910 from MaibornWolff/chore/sboms_release_1.18.0 #67

Workflow file for this run

name: Publish docs
on:
push:
branches:
- main
- chore/deploy-docs
permissions: read-all
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.x
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r mkdocs_requirements.txt
- run: mkdocs gh-deploy --force