Skip to content

Commit 9b7e47d

Browse files
authored
Merge pull request #50 from vicsanity623/vic-ignore-observerhtml
Ignore observer>index.html during workflow run
2 parents 2dbd03a + 087bf15 commit 9b7e47d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pyob/core_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"README.md",
9696
"DOCUMENTATION.md",
9797
"observer.html",
98+
"index.html", # remove this if you want to scan your index.html, this is for github pyob-bot to ignore its github pages index.html it creates..
9899
}
99100
SUPPORTED_EXTENSIONS = {".py", ".js", ".ts", ".html", ".css", ".json", ".sh"}
100101

0 commit comments

Comments
 (0)