Skip to content

refactor: dropped support for graphql secrets and variables #110

refactor: dropped support for graphql secrets and variables

refactor: dropped support for graphql secrets and variables #110

Workflow file for this run

name: Build Documentation
on:
pull_request:
paths:
- 'docs/**'
jobs:
build-docs:
runs-on: ubuntu-latest
environment:
name: docs
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
id: cached_python_setup
with:
python-version: "3.10"
cache: 'pip'
cache-dependency-path: pyproject.toml
- run: echo '${{ steps.cached_python_setup.outputs.cache-hit }}'
- name: Build docs and check for errors
run: bash scripts/build_docs.sh