chore: stub workflow for automatic docs deployment

This commit is contained in:
Matteo Bernardini
2025-08-24 22:04:40 +08:00
parent b4e2ea4fd5
commit 8c693f4843
2 changed files with 13 additions and 6 deletions

13
.github/workflows/docs.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
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