mirror of
https://github.com/yakimka/python_interview_questions.git
synced 2025-12-17 03:24:36 +03:00
Update pandoc/core Docker tag to v3
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/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: sed -i "s/dev-build/$TAG/g" metadata.txt
|
run: sed -i "s/dev-build/$TAG/g" metadata.txt
|
||||||
- name: Create epub
|
- name: Create epub
|
||||||
uses: docker://pandoc/core:2.14
|
uses: docker://pandoc/core:3.8
|
||||||
with:
|
with:
|
||||||
args: --toc --toc-depth=6 -o questions_${{ env.TAG }}.epub metadata.txt questions.md
|
args: --toc --toc-depth=6 -o questions_${{ env.TAG }}.epub metadata.txt questions.md
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user