Merge pull request #37 from fechan/spread #77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Vite app deployment | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
build: | |
permissions: | |
contents: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Deploy vite app to github pages | |
uses: ./.github/actions/deploy-vite-to-ghpages | |
with: | |
working-directory: ./client |