Skip to content

Stop nav tree from disappearing at the bottom of pages #354

Stop nav tree from disappearing at the bottom of pages

Stop nav tree from disappearing at the bottom of pages #354

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