Skip to content

Commit e518dcd

Browse files
committed
Update Pages Build
1 parent c662a78 commit e518dcd

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: 'Pages'
1+
name: "Pages"
22

33
on:
44
push:
5-
branches: ['master']
5+
branches:
6+
- master
67
paths:
78
- src/**
89
repository_dispatch:
@@ -16,34 +17,34 @@ permissions:
1617
id-token: write
1718

1819
concurrency:
19-
group: 'pages'
20+
group: "pages"
2021
cancel-in-progress: false
2122

2223
jobs:
2324
build:
24-
name: 'Build'
25+
name: "Build"
2526
runs-on: ubuntu-latest
2627
timeout-minutes: 5
2728

2829
steps:
29-
- name: 'Checkout'
30+
- name: "Checkout"
3031
uses: actions/checkout@v4
3132

32-
- name: 'Configure Pages'
33+
- name: "Configure Pages"
3334
uses: actions/configure-pages@v5
3435

35-
- name: 'Jekyll Build Pages'
36+
- name: "Jekyll Build Pages"
3637
uses: actions/jekyll-build-pages@v1
3738
with:
38-
source: './src'
39+
source: "./src"
3940

40-
- name: 'Upload Pages Artifact'
41-
uses: actions/upload-pages-artifact@v2
41+
- name: "Upload Pages Artifact"
42+
uses: actions/upload-pages-artifact@v3
4243
with:
4344
path: _site/
4445

4546
deploy:
46-
name: 'Deploy'
47+
name: "Deploy"
4748
runs-on: ubuntu-latest
4849
timeout-minutes: 5
4950
needs: build
@@ -53,8 +54,8 @@ jobs:
5354
url: ${{ steps.deployment.outputs.page_url }}
5455

5556
steps:
56-
- name: 'Deploy Pages'
57+
- name: "Deploy Pages"
5758
id: deployment
58-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@v4
5960
with:
6061
artifact_name: github-pages

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[![Pages](https://github.com/cssnr/cssnr.github.io/actions/workflows/build.yaml/badge.svg)](https://github.com/cssnr/cssnr.github.io/actions/workflows/build.yaml)
1+
[![Pages](https://img.shields.io/github/actions/workflow/status/cssnr/cssnr.github.io/pages.yaml?logo=github&logoColor=white&label=pages)](https://github.com/cssnr/cssnr.github.io/actions/workflows/pages.yaml)
2+
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/update-version-tags-action?logo=htmx&logoColor=white)](https://github.com/cssnr/update-version-tags-action)
3+
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white&label=org%20stars)](https://github.com/cssnr/)
4+
25
# CSSNR GitHub Pages
36

47
* Website: https://cssnr.github.io/

src/html/about.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
<div class="container-fluid">
99
<h1 class="animate__animated animate__zoomIn"><i class="fa-regular fa-address-card me-2"></i> {{ page.title }}</h1>
1010

11+
<div class="d-flex flex-column flex-sm-row align-items-start" style="min-height: 24px;">
12+
<a href="https://github.com/cssnr" class="me-2 mb-1" target="_blank" rel="noopener">
13+
<img alt="GitHub Org Stars" src="https://img.shields.io/github/stars/cssnr?label=Org%20Stars" height="24"></a>
14+
<a href="https://github.com/orgs/cssnr/followers" class="me-2 mb-1" target="_blank" rel="noopener">
15+
<img alt="GitHub Org Followers" src="https://img.shields.io/github/followers/cssnr?label=Org%20Followers" height="24"></a>
16+
17+
<a href="https://github.com/smashedr" class="me-2 mb-1" target="_blank" rel="noopener">
18+
<img alt="GitHub User Stars" src="https://img.shields.io/github/stars/smashedr?label=User%20Stars" height="24"></a>
19+
<a href="https://github.com/smashedr?tab=followers" class="me-2 mb-1" target="_blank" rel="noopener">
20+
<img alt="GitHub User Followers" src="https://img.shields.io/github/followers/smashedr?label=User%20Followers" height="24"></a>
21+
</div>
22+
1123
<figure>
1224
<blockquote class="blockquote">
1325
Give a man a fish, and you feed him for a day. Teach a man to fish, and you feed him for a lifetime...
@@ -52,8 +64,7 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-regular fa-address-ca
5264

5365
<p class="fst-italic">
5466
Note: These stats only include personal repositories; however, most my work is done in the
55-
<a href="{{ site.github_url }}" target="_blank" rel="noopener">CSSNR Organization</a>
56-
due to the extra features provided for GitHub Organizations.
67+
<a href="{{ site.github_url }}" target="_blank" rel="noopener">CSSNR Organization</a>.
5768
</p>
5869

5970
<div class="d-flex flex-column flex-md-row">

0 commit comments

Comments
 (0)