Skip to content

remove links

remove links #21

Workflow file for this run

name: Build and Deploy
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Install modules
run: "NODE_OPTIONS=--openssl-legacy-provider yarn install"
- name: Build
run: "NODE_OPTIONS=--openssl-legacy-provider yarn build"
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build