separate checkout and build so checkout runs on a more capable image
Some checks failed
Build container images / checkout (push) Successful in 4s
Build container images / build (push) Failing after 3s
continuous-integration/drone/push Build is passing

This commit is contained in:
James Brumond 2023-08-18 17:46:47 -07:00
parent 8f51feb735
commit 62f86a0802
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -7,16 +7,21 @@ on:
- master
jobs:
checkout:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
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
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build docs to webpage
run: docs2website ./config.yaml
run: docs2website config.yaml
- name: List files
run: ls -l www