From cfc3fb0dee24db0e85418a2b9450a9ca154e4f06 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Fri, 9 Aug 2024 18:41:15 +0200 Subject: [PATCH] add gitea action --- .gitea/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..1935537 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -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