Reconcile the PID of a Dataset (If Multiple PID Providers Are Enabled) #4361
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Guides Build Status" | |
| on: | |
| pull_request: | |
| paths: | |
| - "doc/sphinx-guides/**/*.rst" | |
| - "doc/sphinx-guides/**/requirements.txt" | |
| - "doc/sphinx-guides/**/conf.py" | |
| jobs: | |
| docs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: uncch-rdmc/sphinx-action@master | |
| with: | |
| docs-folder: "doc/sphinx-guides/" |