pylhc/optics_functions

View on GitHub
.github/workflows/documentation.yml

Summary

Maintainability
Test Coverage
# 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