Skip to content

chore: generate SBOMs for release 1.26.0 (#2453) #99

chore: generate SBOMs for release 1.26.0 (#2453)

chore: generate SBOMs for release 1.26.0 (#2453) #99

Workflow file for this run

name: Publish docs
on:
push:
branches:
- main
- chore/documentation_check_security_gate
permissions: read-all
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.x
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r mkdocs_requirements.txt
- run: mkdocs gh-deploy --force