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