updated utils image with git
Some checks reported warnings
continuous-integration/drone/push Build is passing
Build container images / build (push) Has been cancelled

This commit is contained in:
James Brumond 2023-08-18 18:14:04 -07:00
parent c8e86ae735
commit d056eee42d
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -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