Skip to content

add working directory arg to action #2

add working directory arg to action

add working directory arg to action #2

name: Vite app deployment
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy react app to github pages
uses: ./.github/actions/deploy-vite-to-ghpages
with:
working-directory: ./client