adpated for pandoc < 3

This commit is contained in:
Masin Al-Dujaili 2024-09-20 16:41:12 +02:00
parent b4401858dd
commit 5fbd3936de
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ jobs:
run: |
for markdown in *md
do
pandoc --embed-resources --standalone --css pandoc.css -o "${markdown}.html" "${markdown}"
pandoc --self-contained=true --standalone --css pandoc.css -o "${markdown}.html" "${markdown}"
done
- run: echo "This job's status is ${{ job.status }}."