feat: icons
This commit is contained in:
parent
644e823f1e
commit
69486987af
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-demo.yml
vendored
6
.github/workflows/deploy-demo.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue