Skip to content

delete 404

delete 404 #26

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches: [main]
env:
REACT_APP_TEST: ${{secrets.REACT_APP_TEST}}
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install, build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist