feat: icons

This commit is contained in:
Brian Pooe 2023-08-09 10:39:04 +02:00
parent 644e823f1e
commit 69486987af

View file

@ -17,14 +17,14 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install Node
- name: Install Node 🍜
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install and Build 🔧
run: npm i --legacy-peer-deps
- name: Build app for production
- name: Build app for production 💥
run: npx nx build ngx-responsive-table-demo -c production
- name: Deploy to gh pages
- name: Deploy to gh pages 🛫
run: npm run deploy:ngx-responsive-table-demo