Skip to content

chore: generate SBOMs for release 1.11.1 (#1402) #49

chore: generate SBOMs for release 1.11.1 (#1402)

chore: generate SBOMs for release 1.11.1 (#1402) #49

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.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