faithfulness-in-ordinary-days/.forgejo/workflows/build.yaml
Chris Cowley 9c44a9cc15
Some checks failed
/ build (push) Failing after 28s
Try building an epup
2025-06-13 16:45:23 +02:00

35 lines
665 B
YAML

on:
push:
branches:
- 'main'
jobs:
#setup:
# runs-on: docker
# steps:
# - uses: actions/checkout@v4
# - name: Setup
# run: |
# echo $PWD
# ls -l
build:
runs-on: docker
container:
image: hggwil/asciidoc
steps:
- name: Setup
run: |
apk add --no-cache git
- name: Clone Repo
run: |
git clone "$CI_REPOSITORY_URL" .
git checkout
- name: Build
run: |
asciidoctor-epub3 -D output book.adoc
- name: Upload
uses: actions/upload-artifact@v3
with:
name: book
path: output/