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 @@
+- Software Developer + Full-Stack Developer
Trying to make everything