Skip to content

bugfix: workflows directory name typeo #1

bugfix: workflows directory name typeo

bugfix: workflows directory name typeo #1

Workflow file for this run

name: React App Github Deploy
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install & build
run: npm i && npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist