Skip to content

default working directory should be webui #2

default working directory should be webui

default working directory should be webui #2

Workflow file for this run

name: Build and Deploy WebUI
on:
push:
branches: [ "preston" ]
# pull_request:
# branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webui
steps:
- uses: actions/checkout@v3
- name: Build and Deploy React app to GitHub Pages
uses: omkartapale/react-deployment-gh-pages@v1.0.0