Skip to content

Update personal website links #37

Update personal website links

Update personal website links #37

name: gh-pages-deploy
on:
push:
branches: [ master ]
jobs:
autodeploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist