Skip to content

Merge branch 'main' of https://github.com/NREL/HVACResourceMap #32

Merge branch 'main' of https://github.com/NREL/HVACResourceMap

Merge branch 'main' of https://github.com/NREL/HVACResourceMap #32

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build
run: |
npm install
npm run build
cp dist/index.html dist/404.html
- name: Deploy Main Site
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/main'
with:
branch: gh-pages
folder: dist