Remove html filter
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 1m4s

This commit is contained in:
Alexandre Bruyant 2024-01-07 18:02:52 +01:00
parent ce5aea88b0
commit d67b490947

View File

@ -122,11 +122,6 @@ func main() {
return nil
}
//TEST ONLY
if filepath.Ext(innerPath) != ".html" {
return nil
}
absPath, err := filepath.Rel(path, innerPath)
if err != nil {
return err