ci: Add docs.yaml

This commit is contained in:
gechandesu 2025-03-29 19:12:28 +03:00 committed by GitHub
parent 0b85f4a661
commit 4f563cae10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/docs.yaml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build doc
run: v doc -m . -f html -o doc/