From d056eee42df44e5be8c443ae6678273c8942e5b9 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 18 Aug 2023 18:14:04 -0700 Subject: [PATCH] updated utils image with git --- .gitea/workflows/build.yaml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 601e781..f821c7c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,24 +7,18 @@ on: - master jobs: - checkout: + build: runs-on: ubuntu-latest container: - image: catthehacker/ubuntu:act-latest + image: gitea.jbrumond.me/doc-utils/utils:0.2.0 + needs: + - checkout steps: - name: Check out the repo uses: actions/checkout@v3 - build: - runs-on: ubuntu-latest - container: - image: gitea.jbrumond.me/doc-utils/utils:0.2 - needs: - - checkout - steps: - # - name: Build docs to webpage - # run: docs2website config.yaml + - name: Build docs to webpage + run: docs2website config.yaml - name: List files - run: ls -l - # run: ls -l www + run: ls -l www