Skip to content

Commit 896f399

Browse files
committed
Update width on build status badge
1 parent e683868 commit 896f399

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
run: npm install
2121

2222
- name: Build
23-
run: npm run build
23+
run: |
24+
npm run build
25+
npm run build
2426
env:
2527
APP_ENV: production
2628
APP_URL: https://dangibbs.uk

src/_includes/footer.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</a>
6060

6161
<a href="https://github.com/gibbs/gibbs.github.io/" class="copyright__test-status">
62-
<img src="https://github.com/gibbs/gibbs.github.io/actions/workflows/deploy.yml/badge.svg" width="115" height="20" alt="Build Status">
62+
<img src="https://github.com/gibbs/gibbs.github.io/actions/workflows/deploy.yml/badge.svg" width="105" height="20" alt="Build Status">
6363
</a>
6464

6565
<a href="https://github.com/gibbs/gibbs.github.io/" class="copyright__test-status">

0 commit comments

Comments
 (0)