Skip to content

Commit

Permalink
feat: Add status badge for page-build-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Oct 22, 2024
1 parent fb9e7c8 commit 685c2b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ <h3 class="title">
{{ end }}
<p style="margin-top: .5rem">
<a href="https://github.com/atsuyaw/atsuyaw.github.io/actions/workflows/gh-pages.yml">
<img src="https://github.com/atsuyaw/atsuyaw.github.io/actions/workflows/gh-pages.yml/badge.svg">
<img src="https://github.com/atsuyaw/atsuyaw.github.io/actions/workflows/gh-pages.yml/badge.svg" alt="Status on Deployment of GitHub Pages">
</a>
<a href="https://github.com/atsuyaw/atsuyaw.github.io/actions/workflows/pages/pages-build-deployment">
<img src="https://github.com/atsuyaw/atsuyaw.github.io/actions/workflows/pages/pages-build-deployment/badge.svg" alt="pages-build-deployment">
</a>
</p>
</div>
Expand Down

0 comments on commit 685c2b6

Please sign in to comment.