Skip to content

feat: make lynx link safer #110

feat: make lynx link safer

feat: make lynx link safer #110

Workflow file for this run

name: Build, Test and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
name: Build and Deploy main
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install, Build and Test
run: |
npm install
npm run build
npm run test:unit
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build