Skip to content

Bump send and express #120

Bump send and express

Bump send and express #120

Workflow file for this run

name: Deploy to GitHub Pages via angular-cli-ghpages
on:
push:
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Prepare and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run ng -- deploy --base-href=/bhhb/ --name="adityatelange" --email="adityatelange@users.noreply.github.com" --no-silent