ci: rebuild examples

This commit is contained in:
lowlighter
2022-07-20 23:55:11 -04:00
parent 07cafe7f45
commit 48f4ef79ed
2 changed files with 42 additions and 0 deletions

View File

@@ -778,6 +778,28 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: 🌇 GitHub Skyline - GitHub City
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.skyline.city.svg
token: NOT_NEEDED
base: ""
plugin_skyline: yes
plugin_skyline_year: 2020
plugin_skyline_frames: 6
plugin_skyline_quality: 1
plugin_skyline_settings: |
{
"url": "https://honzaap.github.io/GithubCity?name=${login}&year=${year}",
"ready": "[...document.querySelectorAll('.display-info span')].map(span => span.innerText).includes('${login}')",
"wait": 4,
"hide": ".github-corner, .footer-link, .buttons-options, .mobile-rotate, .display-info span:first-child"
}
output_action: none
delay: 120
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: ⏱️ Google PageSpeed - Succint report
uses: lowlighter/metrics@master
with:

View File

@@ -11,3 +11,23 @@
timeout: 1800000
modes:
- action
- name: 🌇 GitHub Skyline - GitHub City
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_skyline: 'yes'
plugin_skyline_year: 2020
plugin_skyline_frames: 6
plugin_skyline_quality: 1
plugin_skyline_settings: |
{
"url": "https://honzaap.github.io/GithubCity?name=${login}&year=${year}",
"ready": "[...document.querySelectorAll('.display-info span')].map(span => span.innerText).includes('${login}')",
"wait": 4,
"hide": ".github-corner, .footer-link, .buttons-options, .mobile-rotate, .display-info span:first-child"
}
use_mocked_data: 'yes'
verify: 'yes'
timeout: 1800000
modes:
- action