Skip to content

Merge pull request #434 from ESP32Async/issue/433 #7

Merge pull request #434 from ESP32Async/issue/433

Merge pull request #434 from ESP32Async/issue/433 #7

Workflow file for this run

name: Publish Website
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force