Skip to content

Update dependency ember-source to v4.12.4 (#899) #333

Update dependency ember-source to v4.12.4 (#899)

Update dependency ember-source to v4.12.4 (#899) #333

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist