Skip to content

chore: generate SBOMs for release 1.16.2 (#1780) #63

chore: generate SBOMs for release 1.16.2 (#1780)

chore: generate SBOMs for release 1.16.2 (#1780) #63

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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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