1
0
mirror of https://github.com/slendidev/smath.git synced 2026-03-17 02:26:50 +02:00
Files
smath/.github/workflows/docs.yml
Slendi cc08dd190c ci: add docs dir creation
Please work

Signed-off-by: Slendi <slendi@socopon.com>
2026-03-12 02:40:33 +02:00

21 lines
445 B
YAML

name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Create docs directory
run: mkdir -p build/docs
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: build/docs/html
config_file: docs/Doxyfile