TEST: filter files
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 55s

This commit is contained in:
Alexandre Bruyant 2024-01-07 16:51:45 +01:00
parent eb370a6cb3
commit 35c7e62505

View File

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