From 8f51feb735fea7bfded141c15c763e1b6a83246e Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 18 Aug 2023 17:42:39 -0700 Subject: [PATCH] setting up gitea actions --- .gitea/workflows/build.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..1d6b59c --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,22 @@ + +name: Build container images + +on: + push: + branches: + - master + +jobs: + build: + runs-on: ubuntu-latest + container: + image: gitea.jbrumond.me/doc-utils/utils:0.2 + steps: + - name: Check out the repo + uses: actions/checkout@v3 + + - name: Build docs to webpage + run: docs2website ./config.yaml + + - name: List files + run: ls -l www