Skip to content

ngx-ui-scroll demo app manual deployment #13

ngx-ui-scroll demo app manual deployment

ngx-ui-scroll demo app manual deployment #13

Workflow file for this run

name: ngx-ui-scroll demo app manual deployment
on:
workflow_dispatch:
inputs:
cause:
description: 'Deploy reason'
required: true
default: 'Manual triggering'
jobs:
deploy-on-dispatch:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm run ci:lib
npm run ci:demo
npm run build:demo
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist/demo