Skip to content

Merge pull request #37 from hcp-uw/ide-routing #14

Merge pull request #37 from hcp-uw/ide-routing

Merge pull request #37 from hcp-uw/ide-routing #14

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: cd starter-frontend; npm install
- name: Build
run: cd starter-frontend; npm run build
env:
CI: false
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: starter-frontend/build