Skip to content

CODETOTAL_SBOM_FETCH_PARALLEL_NB var + 30 by default (#90) #42

CODETOTAL_SBOM_FETCH_PARALLEL_NB var + 30 by default (#90)

CODETOTAL_SBOM_FETCH_PARALLEL_NB var + 30 by default (#90) #42

name: "DOC - Build and deploy - main"
on:
push:
branches:
- main
- docs
paths:
- "docs/**"
- "**.md"
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
if: github.repository == 'oxsecurity/codetotal'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
python-version: 3.10.4
- run: pip install --upgrade markdown==3.3.7 mkdocs-material pymdown-extensions==9.11 mkdocs-glightbox==0.3.2 mdx_truly_sane_lists
- run: |
git config --global user.name megalinter-bot
git config --global user.email [email protected]
- run: mkdocs gh-deploy --force