corrected shebang to ash
Some checks failed
Next.js App CI / docker (push) Failing after 34m41s

This commit is contained in:
2025-09-15 09:29:14 +02:00
parent e4b613f44e
commit 3787dd2607
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/ash
# Converts the first page of each PDF in /public/publications to a PNG.
PDF_DIR="./public/publications"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/ash
# Converts all JPG and PNG images in /public to WebP format.
PUBLIC_DIR="./public"