Skip to content

Update website title and GitHub repository link #7

Update website title and GitHub repository link

Update website title and GitHub repository link #7

name: Build and Publish to GitHub Pages
on:
push:
branches:
- main
jobs:
build-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install & build
run: |
npm i
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.