Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-03-23 22:56:55 +00:00
parent bddbd305f0
commit af843843f8
2 changed files with 7 additions and 1 deletions

7
action.yml generated
View File

@@ -624,11 +624,16 @@ inputs:
default: 60 default: 60
# Image quality # Image quality
# Note that it significantly increases output filesize (up to a few Mb) which can cause render/loading issues
plugin_skyline_quality: plugin_skyline_quality:
description: Image quality description: Image quality
default: 0.5 default: 0.5
# This uses CSS animations instead of GIF to support a wider range of browser like FireFox and Safari
# Using this mode significantly increase file size as each frame is encoded separately
plugin_skyline_compatibility:
description: Compatibility mode
default: no
# ==================================================================================== # ====================================================================================
# ⏱️ Website performances # ⏱️ Website performances

1
settings.example.json generated
View File

@@ -10,6 +10,7 @@
"port": 3000, "//": "Listening port", "port": 3000, "//": "Listening port",
"optimize": true, "//": "SVG optimization", "optimize": true, "//": "SVG optimization",
"debug": false, "//": "Debug logs", "debug": false, "//": "Debug logs",
"debug.headless": false, "//": "Debug puppeteer process",
"mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)", "mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)",
"repositories": 100, "//": "Number of repositories to use", "repositories": 100, "//": "Number of repositories to use",
"padding": ["6%", "13%"], "//": "Image padding (default)", "padding": ["6%", "13%"], "//": "Image padding (default)",