Skip to content

Merge pull request #15 from nrc-cnrc/UI_changes #1

Merge pull request #15 from nrc-cnrc/UI_changes

Merge pull request #15 from nrc-cnrc/UI_changes #1

Workflow file for this run

name: Deploy Site
on:
push:
branches:
- main
jobs:
build-and-deploy:
#concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
cd VerbApp
npm install
ionic build --prod
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: VerbApp/www