Compare commits

..

1 Commits

Author SHA1 Message Date
1a3c6a29ec Update actions/configure-pages action to v5 2025-04-10 13:54:05 +00:00
7 changed files with 11 additions and 40 deletions

View File

@@ -1 +0,0 @@
* @luke

View File

@@ -1,16 +0,0 @@
name: Validate PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0
with:
commit-message: ${{ gitea.event.pull_request.title }}

View File

@@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v4
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v5 uses: actions/configure-pages@v5
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v4 uses: actions/upload-pages-artifact@v3
with: with:
# Upload entire repository # Upload entire repository
path: '.' path: '.'

Binary file not shown.

Binary file not shown.

View File

@@ -181,11 +181,11 @@
<span class="date">September 2020 - Present</span> <span class="date">September 2020 - Present</span>
<h2>Site Reliability Engineer</h2> <h2>Site Reliability Engineer</h2>
<span class="position">Cisco Systems</span> <span class="position">Cisco Systems</span>
<p>Working as part of Cisco IT's Network Engineering and Operations team. I specifically focus on <p>Working as part of the Network Services team within Cisco IT. Specific focus on
process automation, while also focussing on Wired/Wireless access, software VPN, and hardware-based home VPN solutions. process automation, while also focussing on Wired/Wireless access and hardware VPN.
I have experience in: Experience in:
<ul> <ul>
<li>Cisco Catalyst Center</li> <li>Cisco DNA Center</li>
<li>Cisco Meraki</li> <li>Cisco Meraki</li>
<li>Python & Netmiko</li> <li>Python & Netmiko</li>
<li>ServiceNow</li> <li>ServiceNow</li>
@@ -249,17 +249,6 @@
<div id="page-4" class="page four"> <div id="page-4" class="page four">
<h2 class="heading">Awards &amp; Certifications</h2> <h2 class="heading">Awards &amp; Certifications</h2>
<div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span>
</div>
<div class="text pl-3">
<span class="date">18 Apr 2025 - 18 Apr 2028</span>
<h2>ITIL&reg; 4 Specialist: Monitor, Support and Fulfil</h2>
<span class="position">PeopleCert</span>
<p><a href="/files/itil4-msf.pdf">Certificate</a></p>
</div>
</div>
<div class="resume-wrap d-flex ftco-animate"> <div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center"> <div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span> <span class="flaticon-ideas"></span>
@@ -298,7 +287,7 @@
<span class="flaticon-ideas"></span> <span class="flaticon-ideas"></span>
</div> </div>
<div class="text pl-3"> <div class="text pl-3">
<span class="date">31 May 2021 - 11 Apr 2028</span> <span class="date">31 May 2021 - 31 May 2024</span>
<h2>ITIL&reg; 4 Foundation</h2> <h2>ITIL&reg; 4 Foundation</h2>
<span class="position">AXELOS</span> <span class="position">AXELOS</span>
<p><a href="/files/itil4-foundation.pdf">Certificate</a></p> <p><a href="/files/itil4-foundation.pdf">Certificate</a></p>
@@ -417,4 +406,4 @@
</body> </body>
</html> </html>

View File

@@ -1,6 +1,5 @@
{ {
"extends": ["config:recommended"], "extends": [
"semanticCommits": "enabled", "config:base"
"semanticCommitScope": "deps", ]
"semanticCommitType": "feat"
} }