Skip to content

BAM-22413 Update publisher reporting docs #159

BAM-22413 Update publisher reporting docs

BAM-22413 Update publisher reporting docs #159

Workflow file for this run

name: PR Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- name: Build docker image
run: make docker-build
- name: Build documentation
run: make docker-sphinx