Matteo Delucchi 87e1b93c4f
Some checks failed
Build README.html / build (push) Has been cancelled
CI for all three forges: build README.html and publish as artifact
2026-03-04 15:34:45 +01:00

27 lines
496 B
YAML

name: Build README.html
on:
push:
branches: ["**"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: pandoc/core:3.1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build README.html
run: ./scripts/build_readme.sh
# If Gitea instance can fetch GitHub actions:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: README-html
path: README.html