Skip to content

build(deps): bump the angular group with 14 updates (#59) #149

build(deps): bump the angular group with 14 updates (#59)

build(deps): bump the angular group with 14 updates (#59) #149

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
- "releases/**"
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
check-latest: true
- name: Prepare and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run ng -- deploy --base-href=/coffee-ratio/ --name="godly-devotion" --email="jpark@duck.com" --no-silent