Skip to content

Commit 7075749

Browse files
stmiodacap
authored andcommitted
Move overview section to start of PDF document
1 parent 19dd852 commit 7075749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/md-to-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
- name: Create file list
1111
id: files_list
1212
run: |
13-
echo "files=$(printf '\"%s\" ' *.md | sed 's/ \"sidebar\.md\"/ /' && printf '\"%s\" ' extensions/*.md)" > $GITHUB_OUTPUT
13+
echo "files=$(printf '\"%s\" ' *.md | sed 's/ \"sidebar\.md\"/ /' | sed 's/ \"overview\.md\"/ /' && printf '\"%s\" ' extensions/*.md)" > $GITHUB_OUTPUT
1414
mkdir output
1515
- uses: docker://pandoc/extra:latest-ubuntu
1616
with:
1717
args: >-
18-
--output=output/aseprite-docs.pdf ${{ steps.files_list.outputs.files }}
18+
--output=output/aseprite-docs.pdf "overview.md" ${{ steps.files_list.outputs.files }}
1919
--pdf-engine=lualatex
2020
-f markdown_github
2121
--include-in-header ./.github/workflows/pdf/header.tex

0 commit comments

Comments
 (0)