Skip to content

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#61) #155

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#61)

build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#61) #155

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/[email protected]
- name: Use Node.js 20.x
uses: actions/[email protected]
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="[email protected]" --no-silent