Skip to content

feat: Updated CV page and projects page #88

feat: Updated CV page and projects page

feat: Updated CV page and projects page #88

Workflow file for this run

name: GH-Pages
on:
push:
branches:
- main
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm i
- run: npm run build
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: out