ci: better naming scheme for folders
This commit is contained in:
parent
2c87d9ae12
commit
8b96e27884
10 changed files with 18 additions and 16 deletions
|
@ -3,8 +3,8 @@
|
|||
root="$PWD"
|
||||
|
||||
folder="Handovers"
|
||||
folder_html="${folder}_html"
|
||||
folder_pdf="${folder}_pdf"
|
||||
folder_html="html_${folder}"
|
||||
folder_pdf="pdf_${folder}"
|
||||
|
||||
function build_html() {
|
||||
# used to match **
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue