Skip to content

chore: generate SBOMs for release 1.16.0 (#1666) #59

chore: generate SBOMs for release 1.16.0 (#1666)

chore: generate SBOMs for release 1.16.0 (#1666) #59

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@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