main: Unminified content

This commit is contained in:
2023-07-13 17:44:04 +10:00
parent f6dad3985d
commit 60b3e5e45c
4 changed files with 110 additions and 16 deletions

9
Jenkinsfile vendored
View File

@@ -2,14 +2,9 @@ pipeline {
agent any
stages {
stage('Files') {
stage('None') {
steps {
sh returnStdout: true, script: '''for file in "."/*.html; do
if [[ -f "$file" ]]; then
sed -i \'s/\\(<link rel="canonical" href="\\)\\(.*\\)\\(.html" \\)/\\1\\2\\3/\' "$file"
echo "Modified: $file"
fi
done'''
echo "Done"
}
}
}