forked from auracaster/pyalsaaudio
13 lines
283 B
YAML
13 lines
283 B
YAML
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
publish_docs:
|
|
name: Publish latest documentation
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
# TODO: run makefile in docs directory, then commit built assets to gh-pages branch |