Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Update README.md (#3) #5

Update README.md (#3)

Update README.md (#3) #5

Workflow file for this run

name: GitHub Pages Deploy
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'npm'
- name: Build project 🔧
run: |
npm install
npm run build
# Deploy latest contribution to GitHub pages
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _build