We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e364d2c commit 060a484Copy full SHA for 060a484
.github/workflows/ci-workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
if: startsWith(github.ref, 'refs/tags/')
24
run: sed -i "s/dev-build/$TAG/g" metadata.txt
25
- name: Create epub
26
- uses: docker://pandoc/core:2.14
+ uses: docker://pandoc/core:3.7
27
with:
28
args: --toc --toc-depth=6 -o questions_${{ env.TAG }}.epub metadata.txt questions.md
29
0 commit comments