Skip to content

Add client-side redirects for anchor links in the Cloud API reference doc #485

Add client-side redirects for anchor links in the Cloud API reference doc

Add client-side redirects for anchor links in the Cloud API reference doc #485

Workflow file for this run

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