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
|
2024-08-29 12:03:10 +02:00
|
|
|
# - name: Build with MkDocs
|
|
|
|
# uses: moonpathbg/mkdocs_builder@latest # https://github.com/moonpathbg/mkdocs_builder
|
|
|
|
# #uses: romw314/mkdocs-action@v2 # https://github.com/marketplace/actions/mkdocs-build
|
|
|
|
- name: Mkdocs build
|
|
|
|
uses: ./mkdocs-build-action/ # Uses an action in the root directory
|
|
|
|
id: build
|