This commit is contained in:
parent
da3baf28c3
commit
cfc3fb0dee
15
.gitea/workflows/build.yml
Normal file
15
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: mkdocs build
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Build with MkDocs
|
||||||
|
uses: romw314/mkdocs-action@v2 # https://github.com/marketplace/actions/mkdocs-build
|
Loading…
x
Reference in New Issue
Block a user