We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63de533 + 96b5ef3 commit 93a8d9cCopy full SHA for 93a8d9c
.github/workflows/deploy.yml
@@ -25,6 +25,11 @@ jobs:
25
- name: Build
26
run: npm run build
27
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
+
33
- name: Deploy to GitHub Pages
34
run: npm run deploy
35
env:
README.md
@@ -20,14 +20,6 @@
20
21
</div>
22
23
-<!-- Table of Contents -->
24
-- [About Me](#about-me)
-- [My Tech Stacks](#my-tech-stacks)
-- [Credentials & Specialisations](#credentials--specialisations)
-- [Focus Areas](#focus-areas)
-- [Featured Projects](#featured-projects)
-- [Get in Touch](#get-in-touch)
-
## About Me
A Full-stack web developer and AI Engineer from York, UK.
0 commit comments