Skip to content

Add workflow for develop #1

Add workflow for develop

Add workflow for develop #1

Workflow file for this run

name: Deploy to GitHub pages
on:
push:
branches: [ develop ]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run the build
run: |
npm install
npm run build