2024-08-09 18:41:15 +02:00
|
|
|
name: mkdocs build
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- "main"
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Build with MkDocs
|
2024-08-28 17:50:29 +02:00
|
|
|
uses: moonpathbg/mkdocs_builder@latest # https://github.com/moonpathbg/mkdocs_builder
|
|
|
|
#uses: romw314/mkdocs-action@v2 # https://github.com/marketplace/actions/mkdocs-build
|