Skip to content

Deps: Bump tomlkit from 0.11.8 to 0.12.1 (#1053) #240

Deps: Bump tomlkit from 0.11.8 to 0.12.1 (#1053)

Deps: Bump tomlkit from 0.11.8 to 0.12.1 (#1053) #240

Workflow file for this run

name: Deploy docs to GitHub Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
deploy:
uses: greenbone/workflows/.github/workflows/docs-python.yml@main