mirror of
https://github.com/yakimka/python_interview_questions.git
synced 2025-12-16 19:17:04 +03:00
Update pandoc/core Docker tag to v2.19
This commit is contained in:
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: sed -i "s/dev-build/$TAG/g" metadata.txt
|
||||
- name: Create epub
|
||||
uses: docker://pandoc/core:2.14
|
||||
uses: docker://pandoc/core:2.19
|
||||
with:
|
||||
args: --toc --toc-depth=6 -o questions_${{ env.TAG }}.epub metadata.txt questions.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user