We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0302a11 commit a8252d4Copy full SHA for a8252d4
1 file changed
.github/workflows/pages.yaml
@@ -51,7 +51,7 @@ jobs:
51
mkdir -p $BUILD_DIR
52
53
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
+ php info.php | minify --type html | tr -d '\n' >${BUILD_DIR}/info.html
55
56
echo "SELECT cislo FROM jks WHERE strofa = 0 ORDER BY cislo" | sqlite3 jks.db >piesen.list
57
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