Skip to content

Updated reactions-thumbs-up-outlined.svg #210

Updated reactions-thumbs-up-outlined.svg

Updated reactions-thumbs-up-outlined.svg #210

Workflow file for this run

name: 'Deploy'
on:
push:
branches:
- main
jobs:
gh-pages:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install and Build
run: |
npm ci
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.2.3
with:
branch: gh-pages
folder: dist