This repository has been archived on 2025-06-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hugo-asciidoc-docker-ci/asciidoctor-html5s
Marko Korhonen f23be3b9e2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Use html5s backend by default in AsciiDoctor
2024-01-28 20:12:10 +02:00

3 lines
70 B
Bash
Executable file

#!/bin/sh
/usr/sbin/asciidoctor -r asciidoctor-html5s -b html5s "$@"