Update github-pages.yml

This commit is contained in:
Chris Titus
2024-07-17 13:53:44 -05:00
committed by GitHub
parent e7ed7829cf
commit e8022b8556

View File

@ -1,9 +1,8 @@
name: GitHub Pages Deploy
on:
push:
branches:
- master
- main
release:
types: [published, prereleased]
workflow_dispatch:
permissions:
contents: write
jobs:
@ -20,4 +19,4 @@ jobs:
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force