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