Skip to content

feat(port/rp2040): update rp2040 host driver, use irq_add_shared_hand… #123

feat(port/rp2040): update rp2040 host driver, use irq_add_shared_hand…

feat(port/rp2040): update rp2040 host driver, use irq_add_shared_hand… #123

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: ammaraskar/sphinx-action@8.0.2
with:
docs-folder: "docs/"
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/build/html