ci: Add docs.yaml
This commit is contained in:
parent
0b85f4a661
commit
4f563cae10
15
.github/workflows/docs.yaml
vendored
Normal file
15
.github/workflows/docs.yaml
vendored
Normal 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/
|
Loading…
x
Reference in New Issue
Block a user