updated utils image with git
This commit is contained in:
parent
c8e86ae735
commit
d056eee42d
@ -7,24 +7,18 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: gitea.jbrumond.me/doc-utils/utils:0.2.0
|
||||||
|
needs:
|
||||||
|
- checkout
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
build:
|
- name: Build docs to webpage
|
||||||
runs-on: ubuntu-latest
|
run: docs2website config.yaml
|
||||||
container:
|
|
||||||
image: gitea.jbrumond.me/doc-utils/utils:0.2
|
|
||||||
needs:
|
|
||||||
- checkout
|
|
||||||
steps:
|
|
||||||
# - name: Build docs to webpage
|
|
||||||
# run: docs2website config.yaml
|
|
||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls -l
|
run: ls -l www
|
||||||
# run: ls -l www
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user