Skip to content

added card and list component #9

added card and list component

added card and list component #9

Workflow file for this run

name: Deploy to GitHub Pages via angular-cli-ghpages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.7.0
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.2
- name: Prepare and deploy
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
npm install
npm run ng -- deploy --base-href=/awarenesscolor.com/ --name="tobiaswright" --email=tobias@tobiaswright.com