Skip to content

Merge branch 'dev'

Merge branch 'dev' #93

Workflow file for this run

name: Deploy docs to GH Pages
on:
push:
branches:
- master
jobs:
build:
env:

Check failure on line 11 in .github/workflows/build-docs.yaml

View workflow run for this annotation

GitHub Actions / Deploy docs to GH Pages

Invalid workflow file

The workflow is not valid. .github/workflows/build-docs.yaml (Line: 11, Col: 5): Required property is missing: runs-on
CS_TOOLS_THOUGHTSPOT__URL: https://dogfood.thoughtspot.cloud
CS_TOOLS_THOUGHTSPOT__USERNAME: FakeUser
CS_TOOLS_THOUGHTSPOT__SECRET_KEY: 00000000-0000-0000-0000-000000000000
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Install Python dependencies
run: pip install -e .[docs]
- name: Build and Deploy Documentation
run: mkdocs build
- name: Deploy Documentation
run: mkdocs gh-deploy --force