ci: auto-regenerate files

This commit is contained in:
lowlighter
2022-01-16 19:35:31 -05:00
parent 3fd6b3ccc4
commit 0a7a963a38
12 changed files with 59 additions and 77 deletions

View File

@@ -38,7 +38,6 @@
<th nowrap="nowrap" align="center" title="✒️ Recent posts">✒️</th>
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
</tr>
<tr>
<td nowrap="nowrap">📗 Classic template</td>
@@ -77,7 +76,6 @@
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="wakatime">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
</tr>
<tr>
<td nowrap="nowrap">📘 Repository template</td>
@@ -116,7 +114,6 @@
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
</tr>
<tr>
<td nowrap="nowrap">📙 Terminal template</td>
@@ -155,7 +152,6 @@
<td nowrap="nowrap" align="center" data-plugin="posts">❌</td>
<td nowrap="nowrap" align="center" data-plugin="rss">❌</td>
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
<td nowrap="nowrap" align="center" data-plugin="stock">❌</td>
</tr>
<tr>
<td nowrap="nowrap">📒 Markdown template</td>
@@ -194,7 +190,6 @@
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td>
<td nowrap="nowrap" align="center" data-plugin="stock">✓</td>
</tr>
<tr>
<td colspan="40"></td>
@@ -236,7 +231,6 @@
<th nowrap="nowrap" align="center" title="✒️ Recent posts">✒️</th>
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
</tr>
<tr>
<td nowrap="nowrap">👤 User</td>
@@ -275,7 +269,6 @@
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="wakatime">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
</tr>
<tr>
<td nowrap="nowrap">👥 Organization</td>
@@ -314,7 +307,6 @@
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
</tr>
<tr>
<td nowrap="nowrap">📓 Repository</td>
@@ -353,7 +345,6 @@
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
</tr>
</table>

View File

@@ -904,19 +904,6 @@ jobs:
output_action: none
delay: 5
if: ${{ success() || failure() }}
- name: 💹 Stock prices - Stock prices from Tesla
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.stock.svg
token: NOT_NEEDED
base: ""
plugin_stock: yes
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
plugin_stock_symbol: TSLA
plugins_errors_fatal: yes
output_action: none
delay: 5
if: ${{ success() || failure() }}
- name: 📸 Website screenshot - XKCD of the day
uses: lowlighter/metrics@master
with:
@@ -931,6 +918,19 @@ jobs:
output_action: none
delay: 5
if: ${{ success() || failure() }}
- name: 💹 Stock prices - Stock prices from Tesla
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.stock.svg
token: NOT_NEEDED
base: ""
plugin_stock: yes
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
plugin_stock_symbol: TSLA
plugins_errors_fatal: yes
output_action: none
delay: 5
if: ${{ success() || failure() }}
- name: 📗 Classic template - Example
uses: lowlighter/metrics@master
with: