ci: switch over to using forgejo actions
This commit is contained in:
parent
b3d2b83fed
commit
d05ec2f214
12 changed files with 80 additions and 71 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
root="$PWD"
|
||||
|
||||
folder="budget"
|
||||
folder_html="html_${folder}"
|
||||
folder_pdf="pdf_${folder}"
|
||||
folder="Budget"
|
||||
folder_lower="budget"
|
||||
folder_html="html_${folder_lower}"
|
||||
folder_pdf="pdf_${folder_lower}"
|
||||
|
||||
function build_html() {
|
||||
# used to match **
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue