We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59edc05 commit 969a978Copy full SHA for 969a978
_layouts/bib.html
@@ -7,13 +7,8 @@
7
8
{% else %}
9
{% assign year = entry.year | plus: 0 %}
10
- {% if year > 2024 %}
11
<a href="https://github.com/computorg/{{ entry.repository }}"><img
12
- src="https://github.com/computorg/{{ entry.repository }}/actions/workflows/build.yml/badge.svg" /></a>
13
- {% else %}
14
- <a href="https://github.com/computorg/{{ entry.repository }}"><img
15
- src="https://github.com/computorg/{{ entry.repository }}/workflows/build/badge.svg" /></a>
16
- {% endif %}
+ src="https://img.shields.io/github/actions/workflow/status/computorg/{{ entry.repository }}/build.yml?label=build&logo=github" /></a>
17
{% endif %}
18
</div>
19
0 commit comments