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