Skip to content

Do not running ci-canary workflows on a fork (#2053) #289

Do not running ci-canary workflows on a fork (#2053)

Do not running ci-canary workflows on a fork (#2053) #289

Workflow file for this run

name: Deploy documentation
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
mkdocs:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- run: pip install mkdocs mkdocs-material
- run: mkdocs gh-deploy --strict --no-history --force