diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbd9018..a8ff2e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,12 +14,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 + cache: npm - name: Install dependencies run: npm ci @@ -32,7 +33,9 @@ jobs: VITE_EMAILJS_PUBLIC_KEY: ${{ secrets.VITE_EMAILJS_PUBLIC_KEY }} - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} + publish_branch: gh-pages publish_dir: ./dist + cname: anthonyfinney.is-a.dev diff --git a/index.html b/index.html index 7e2fdf3..bec7c7a 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,46 @@ + Soshie Finney — Full-Stack Developer + + + + + + + + + + + + + + + + + - - Soshie Finney | Developer Portfolio
diff --git a/public/assets/Soshie_Finney_Full_Stack_Developer_CV.pdf b/public/assets/Soshie_Finney_Full_Stack_Developer_CV.pdf index a5b4fa6..4908a30 100644 Binary files a/public/assets/Soshie_Finney_Full_Stack_Developer_CV.pdf and b/public/assets/Soshie_Finney_Full_Stack_Developer_CV.pdf differ diff --git a/public/assets/social-preview.png b/public/assets/social-preview.png new file mode 100644 index 0000000..4f4f98b Binary files /dev/null and b/public/assets/social-preview.png differ diff --git a/src/components/hero.tsx b/src/components/hero.tsx index 327337c..9c6e971 100644 --- a/src/components/hero.tsx +++ b/src/components/hero.tsx @@ -28,7 +28,8 @@ export default function Hero({

- Hi, I'm + Hi, I'm +
{"{"}

- Software Developer + Full-Stack Developer

Trying to make everything