Skip to content

Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions group #1189

Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions group

Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions group #1189

Workflow file for this run

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