Skip to content

chore(deps-dev): bump ember-source from 4.12.0 to 4.12.3 (#1023) #372

chore(deps-dev): bump ember-source from 4.12.0 to 4.12.3 (#1023)

chore(deps-dev): bump ember-source from 4.12.0 to 4.12.3 (#1023) #372

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
release:
types: [published]
concurrency:
group: deploy
cancel-in-progress: true
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install Dependencies
run: yarn install
- name: Deploy to Github Pages
run: yarn ember deploy production
env:
CI: true
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
ADDON_DOCS_UPDATE_LATEST: true