Skip to content

DOC-721 Add template for autogenerated index pages from filtered docs #443

DOC-721 Add template for autogenerated index pages from filtered docs

DOC-721 Add template for autogenerated index pages from filtered docs #443

Workflow file for this run

# This workflow makes sure that the UI builds without errors
name: Validate the build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
- name: Bundle UI
run: |
npm i
gulp bundle