Skip to content

Document updating template for advanced preview in Enterprise #52

Document updating template for advanced preview in Enterprise

Document updating template for advanced preview in Enterprise #52

Workflow file for this run

name: Docs
on:
push:
branches:
- 'master'
- '[0-9].[0-9]+'
pull_request: ~
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install -r requirements.txt
- run: make SPHINXOPTS=-nW html