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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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