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 7075749 commit 1152e49Copy full SHA for 1152e49
.github/workflows/md-to-pdf.yml
@@ -12,9 +12,9 @@ jobs:
12
run: |
13
echo "files=$(printf '\"%s\" ' *.md | sed 's/ \"sidebar\.md\"/ /' | sed 's/ \"overview\.md\"/ /' && printf '\"%s\" ' extensions/*.md)" > $GITHUB_OUTPUT
14
mkdir output
15
- - uses: docker://pandoc/extra:latest-ubuntu
16
- with:
17
- args: >-
+ - name: Running Pandoc
+ run: |
+ pandoc
18
--output=output/aseprite-docs.pdf "overview.md" ${{ steps.files_list.outputs.files }}
19
--pdf-engine=lualatex
20
-f markdown_github
@@ -30,7 +30,7 @@ jobs:
30
-V colorlinks
31
-V urlcolor=NavyBlue
32
-V geometry:"top=2cm, bottom=1.5cm, left=2cm, right=2cm"
33
- - uses: actions/upload-artifact@master
+ - uses: actions/upload-artifact@v3
34
with:
35
name: aseprite-docs
36
path: output/aseprite-docs.pdf
0 commit comments