Skip to content

Disable End-to-End Testing workflow temporarily #6

Disable End-to-End Testing workflow temporarily

Disable End-to-End Testing workflow temporarily #6

Workflow file for this run

name: Generate Documentation
# Disabled workflow for Generate Documentation
# on:
# push:
# branches:
# - main
# jobs:
# generate-docs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Debug root directory
# run: ls -R
# - name: Debug docs directory
# run: ls docs || echo "docs/ directory not found"
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: 3.10
# - name: Install Sphinx
# run: |
# python -m pip install --upgrade pip
# pip install sphinx sphinx-rtd-theme
# - name: Build Documentation
# run: sphinx-build -b html docs/ build/