Skip to content

inital setup

inital setup #1

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