Skip to content

Commit

Permalink
Adding website deploy status to baseof
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Oct 2, 2024
1 parent 9180946 commit ade2b8f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages
name: Hugo Deploy

on:
# Runs on pushes targeting the default branch
Expand Down
3 changes: 3 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
/>
<script src="/assets/js/lanyard.js"></script>
</a>
<a style="margin-left: 59px; margin-top: 7px; display: inline-block;" href="https://github.com/tayrp/tayrp.github.io/actions/workflows/hugo.yml">
<img src="https://github.com/tayrp/tayrp.github.io/actions/workflows/hugo.yml/badge.svg?branch=main" alt="Deploy Hugo site to Pages" />
</a>
<link rel="home" href="/" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
2 changes: 1 addition & 1 deletion public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h1>Hiya, Call me Tee!</h1>
<div class="container">
<div
style="
background: #FC4C02;
background: #ed9458;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
2 changes: 1 addition & 1 deletion public/discord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h3 id="pageBeginCountdownText" class="clock">3</h3>
<div class="container">
<div
style="
background: #FC4C02;
background: #ed9458;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
/>
<script src="/assets/js/lanyard.js"></script>
</a>
<a style="margin-left: 59px; margin-top: 7px; display: inline-block;" href="https://github.com/tayrp/tayrp.github.io/actions/workflows/hugo.yml">
<img src="https://github.com/tayrp/tayrp.github.io/actions/workflows/hugo.yml/badge.svg?branch=main" alt="Deploy Hugo site to Pages" />
</a>
<link rel="home" href="/" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
2 changes: 1 addition & 1 deletion public/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<div class="container">
<div
style="
background: #FC4C02;
background: #ed9458;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
2 changes: 1 addition & 1 deletion public/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<div class="container">
<div
style="
background: #FC4C02;
background: #ed9458;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
2 changes: 1 addition & 1 deletion public/radio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<div class="container">
<div
style="
background: #FC4C02;
background: #ed9458;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
2 changes: 1 addition & 1 deletion public/salad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>
<div class="container">
<div
style="
background: #FC4C02;
background: #ed9458;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down

0 comments on commit ade2b8f

Please sign in to comment.