Skip to content

Commit a8252d4

Browse files
.
1 parent 0302a11 commit a8252d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
mkdir -p $BUILD_DIR
5252
5353
php index.php | minify --type html | tr -d '\n' >${BUILD_DIR}/index.html
54-
php info.php | minify --type html | tr -d '\n' >${BUILD_DIR}/info.html
54+
php info.php | minify --type html | tr -d '\n' >${BUILD_DIR}/info.html
5555
5656
echo "SELECT cislo FROM jks WHERE strofa = 0 ORDER BY cislo" | sqlite3 jks.db >piesen.list
5757
for i in $(cat piesen.list); do php-cgi -q jks.php id=$i | minify --type html | tr -d '\n' >${BUILD_DIR}/$i.html; done

0 commit comments

Comments
 (0)