Skip to content

Merge branch 'main' of https://github.com/TetiZ/energy_flow #246

Merge branch 'main' of https://github.com/TetiZ/energy_flow

Merge branch 'main' of https://github.com/TetiZ/energy_flow #246

Workflow file for this run

name: Build and deploy to GitHub Pages
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
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist