You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your repository has a wiki with images, you can opt in to optimize these images as well as your code repo.
4
+
5
+
All of the images in the wiki will be updated directly on the default branch. This is due to the lack of branch management and no pull requests available within GitHub wikis.
6
+
7
+
By adding `compressWiki` in the `.imgbotconfig` file as displayed below, you will enable this feature.
8
+
9
+
```
10
+
{
11
+
"schedule": "daily", // daily|weekly|monthly
12
+
"ignoredFiles": [
13
+
"*.jpg", // ignore by extension
14
+
"image1.png", // ignore by filename
15
+
"public/special_images/*", // ignore by folderpath
0 commit comments