Skip to content

Update mkdocs.yml

Update mkdocs.yml #12

Workflow file for this run

name: Docs
on:
push:
branches:
- main
paths-ignore:
- .github/workflows/NotifyOnStarred.yml
- .github/workflows/Publish.yml
- .github/workflows/Test.yml
- tests/**
- .vscode/**
jobs:
DeployDocs:
# Grant the minimum permissions necessary for this job to publish to GitHub Pages
permissions:
contents: write
pages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: MkDocs GH-Deploy
if: github.ref == 'refs/heads/main'
shell: pwsh
run: .\build.ps1 -Bootstrap -Task PublishDocs