Skip to content

docs: update webhook (#300) #465

docs: update webhook (#300)

docs: update webhook (#300) #465

Workflow file for this run

name: github-pages
on:
push:
branches:
- main
pull_request: # You can deploy for pull_request with deploy-gh-pages label
types:
- labeled
- opened
- synchronize
- reopened
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' || contains( github.event.pull_request.labels.*.name, 'deploy-gh-pages') }}
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.9'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force