adpated for pandoc < 3
Create HTML / pandoc-the-markdown (push) Failing after 7s
Details
Create HTML / pandoc-the-markdown (push) Failing after 7s
Details
This commit is contained in:
parent
b4401858dd
commit
5fbd3936de
|
@ -15,6 +15,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
for markdown in *md
|
for markdown in *md
|
||||||
do
|
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
|
done
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue