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
Copy file name to clipboardExpand all lines: .github/readme/partials/documentation/setup/action.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ⚙️ Using GitHub Action on a profile repository (~10 min setup)
1
+
# ⚙️ Using GitHub Action on a profile repository (~10 min)
2
2
3
3
Setup a GitHub Action which runs periodically and pushes generated images to a repository.
4
4
@@ -84,7 +84,7 @@ There are several *metrics* versions that can be used in workflows:
84
84
- ✔️ Advised when using additional scopes in personal access token
85
85
- ➖ Manual updates (watch new [releases](https://github.com/lowlighter/metrics/releases) for updates)
86
86
- `@v{x}.{x}`
87
-
- ➖
87
+
- ➖ Pinned versions have no real advantages
88
88
89
89
> 💡 Workflows are always compatible with previous version as *metrics* workflow-breaking changes are never introduced. In fact, even workflows from v1.0 are still compatible!
90
90
@@ -112,11 +112,11 @@ Update profile `README.md` to include rendered image (filename may differ if `fi
112
112
```
113
113
114
114
*Example: add rendered image with html for more customization*
Copy file name to clipboardExpand all lines: .github/readme/partials/introduction.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
14
14
-%>
15
15
<tr>
16
16
<th colspan="2" align="center">
17
-
<h3><a href="/source/plugins/README.md">🧩 Customizable with <%= Object.entries(plugins).filter(([key, value]) => (value)&&(!["base", "core"].includes(key))).length %> plugins and <%= Object.entries(descriptor.inputs).length %> options!</a></h3>
17
+
<h3><a href="/README.md#-plugins">🧩 Customizable with <%= Object.entries(plugins).filter(([key, value]) => (value)&&(!["base", "core"].includes(key))).length %> plugins and <%= Object.entries(descriptor.inputs).length %> options!</a></h3>
18
18
</th>
19
19
</tr>
20
20
<% if (elements.length%2)
@@ -39,7 +39,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
39
39
<% }}} -%>
40
40
<tr>
41
41
<th colspan="2" align="center">
42
-
<a href="/#-plugins">🎲 See also community plugins</a>
42
+
<a href="/README.md#-pluginss">🎲 See also community plugins</a>
43
43
</th>
44
44
</tr>
45
45
<% } %>
@@ -49,7 +49,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
49
49
-%>
50
50
<tr>
51
51
<th colspan="2" align="center">
52
-
<h3><a href="/source/templates/README.md">🖼️ And even more with <%= elements.length %>+ templates!</a></h3>
52
+
<h3><a href="/README.md#%EF%B8%8F-templates">🖼️ And even more with <%= elements.length %>+ templates!</a></h3>
53
53
</th>
54
54
</tr>
55
55
<% if (elements.length%2)
@@ -97,7 +97,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
97
97
<tr>
98
98
<td align="center" colspan="2">
99
99
<b>Power user?</b><br>
100
-
<a href="https://github.com/lowlighter/metrics/fork">Fork this repository</a> and edit HTML, CSS, JS and <a href="https://github.com/mde/ejs"> for even more customization!
100
+
<a href="https://github.com/lowlighter/metrics/fork">Fork this repository</a> and edit HTML, CSS, JS and <a href="https://github.com/mde/ejs">EJS</a> for even more customization!
0 commit comments