We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f972d commit 7401412Copy full SHA for 7401412
.github/workflows/documentation.yml
@@ -0,0 +1,8 @@
1
+name: sphinx
2
+
3
+on: [push, pull_request, workflow_call]
4
5
+jobs:
6
+ call_sphinx_builder:
7
+ uses: ISISComputingGroup/reusable-workflows/.github/workflows/sphinx.yml@main
8
+ secrets: inherit
0 commit comments