Skip to content

feat: new @ng-web-apis/notification package (Notification API) #81

feat: new @ng-web-apis/notification package (Notification API)

feat: new @ng-web-apis/notification package (Notification API) #81

Workflow file for this run

name: ⚙️ Build prerender
on:
pull_request:
jobs:
prerender:
name: prerender
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- name: Build demo by prerender
run: npx nx build-gh-pages demo
concurrency:
group: build-prerender-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true