Skip to content

Migrate to pyproject.toml and common workflows, update for numpy 2.0 #629

Migrate to pyproject.toml and common workflows, update for numpy 2.0

Migrate to pyproject.toml and common workflows, update for numpy 2.0 #629

Workflow file for this run

# Build documentation
# The build is uploaded as artifact if the triggering event is a push for a pull request
# The build is published to github pages if the triggering event is a push to the master branch (PR merge)
name: Build and upload documentation
on: # Runs on any push event in a PR or any push event to master
pull_request:
push:
branches:
- 'master'
jobs:
documentation:
uses: pylhc/.github/.github/workflows/documentation.yml@master