Skip to content

Bump actions/checkout from 6 to 6.0.2 in the actions group #550

Bump actions/checkout from 6 to 6.0.2 in the actions group

Bump actions/checkout from 6 to 6.0.2 in the actions group #550

Workflow file for this run

name: Docs Build
on: [push, pull_request]
jobs:
docs-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
- name: Install Dependencies
run: |
python -m pip install -r docs/requirements.txt
- name: Build Docs
run: |
cd docs
make html
- name: Upload Artifact
uses: actions/upload-artifact@v7
with:
name: docs-build
path: docs/_build/html