Skip to content

Merge pull request #3 from headshot2017/main #32

Merge pull request #3 from headshot2017/main

Merge pull request #3 from headshot2017/main #32

Workflow file for this run

name: Deploy CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Build Project
run: npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist