Skip to content

Commit 93a8d9c

Browse files
Merge pull request #40 from ThomasJButler/v3.5-CSS-Enhance-Final
Update deploy.yml
2 parents 63de533 + 96b5ef3 commit 93a8d9c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: Build
2626
run: npm run build
2727

28+
- name: Setup git identity
29+
run: |
30+
git config --global user.email "[email protected]"
31+
git config --global user.name "github-actions[bot]"
32+
2833
- name: Deploy to GitHub Pages
2934
run: npm run deploy
3035
env:

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020

2121
</div>
2222

23-
<!-- Table of Contents -->
24-
- [About Me](#about-me)
25-
- [My Tech Stacks](#my-tech-stacks)
26-
- [Credentials & Specialisations](#credentials--specialisations)
27-
- [Focus Areas](#focus-areas)
28-
- [Featured Projects](#featured-projects)
29-
- [Get in Touch](#get-in-touch)
30-
3123
## About Me
3224

3325
A Full-stack web developer and AI Engineer from York, UK.

0 commit comments

Comments
 (0)