Skip to content

Update links

Update links #200

Workflow file for this run

name: Github Pages
on:
push:
branches: [ "main" ]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: build
run: |
npm ci
npm run build
- name: deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build