Skip to content

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
paths:
- '.github/workflows/mkdocs.yaml'
- 'contributing/**'
workflow_dispatch:
permissions:
contents: write
deployments: write
pages: write
jobs:
build:
name: Publish Contributor GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Publish
uses: mhausenblas/mkdocs-deploy-gh-pages@d77dd03172e96abbcdb081d8c948224762033653 # v1.26
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml