Skip to content

Commit

Permalink
👷 remove commit from pdf name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jan 10, 2024
1 parent d70633c commit 9658a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker-build-pdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ to_pdf_with_changes \
bylaws \
./bylaws \
output/tmp/bylaws-changelog.md \
"cf-bylaws-${MARK}.pdf" \
"cf-bylaws.pdf" \
-M title:"Commonhaus Foundation Bylaws" \
"${BYLAWS[@]}"

Expand All @@ -128,7 +128,7 @@ function to_policy_pdf() {
"${1}" \
"./policies/${1}.md" \
"output/tmp/${1}-changelog.md" \
"${1}-${MARK}.pdf" \
"${1}.pdf" \
-M title:"Commonhaus Foundation ${2} Policy" \
"./policies/${1}.md"
}
Expand Down

0 comments on commit 9658a1c

Please sign in to comment.