Skip to content

updated model level files #3

updated model level files

updated model level files #3

name: Deploy to github pages
on:
push:
branches:
- main
jobs:
gh-pages-deploy:
name: Deploying to gh-pages
runs-on: ubuntu-latest
steps:
- name: Setup Node.js for use with actions
uses: actions/[email protected]
- name: Checkout branch
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- name: Install and Build
run: |
npm ci
npm i --save @fortawesome/fontawesome-svg-core
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.