Remove asciidoctor-html5s script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Hugo has a way to to define the backend in the site configuration.
See: https://git.korhonen.cc/FunctionalHacker/korhonen.cc/src/branch/main/config/_default/markup.toml
This commit is contained in:
Marko Korhonen 2024-02-03 19:38:19 +02:00
parent 030a016b69
commit 72b25e2b0e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 1 additions and 7 deletions

View file

@ -17,6 +17,3 @@ RUN pacman -S ruby-rouge --noconfirm
RUN pacman -S npm --noconfirm
RUN pacman -S git --noconfirm
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
# Add script to run asciidoctor with html5s backend
COPY ./asciidoctor-html5s /usr/local/sbin/asciidoctor