Skip to content

Remove ember-cli-deploy-git-ci #2

Remove ember-cli-deploy-git-ci

Remove ember-cli-deploy-git-ci #2

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
tags:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
- name: Deploy Docs
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
cd test-app
pnpm ember deploy production