From 69486987af4ab1ee781689e080aefe71cc7a887d Mon Sep 17 00:00:00 2001 From: Brian Pooe Date: Wed, 9 Aug 2023 10:39:04 +0200 Subject: [PATCH] feat: icons --- .github/workflows/deploy-demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index a6f2f6a..0548443 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -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