Skip to content

refactor: move site from gatsby to vite (#4) #24

refactor: move site from gatsby to vite (#4)

refactor: move site from gatsby to vite (#4) #24

name: Gatsby Build and Deploy to GitHub Pages on Push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: enriikke/gatsby-gh-pages-action@v2
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages