diff --git a/.github/workflows/python_sphinx_docs.yml b/.github/workflows/python_sphinx_docs.yml index d5b4b9a..5f55589 100644 --- a/.github/workflows/python_sphinx_docs.yml +++ b/.github/workflows/python_sphinx_docs.yml @@ -24,7 +24,7 @@ jobs: curl -L -o python/docstrings_common.json https://raw.githubusercontent.com/OPM/opm-common/master/python/docstrings_common.json - name: Get docstrings_common.json from master branch of opm-simulators run: | - curl -L -o python/docstrings_simulators.json https://raw.githubusercontent.com/OPM/opm-simulators/master/python/docstrings_simulators.json + curl -L -o python/docstrings_simulators.json https://raw.githubusercontent.com/OPM/opm-simulators/sphinx_gha/python/docstrings_simulators.json - name: Get dune.module from master branch of opm-simulators run: | curl -L -o dune.module https://raw.githubusercontent.com/OPM/opm-simulators/master/dune.module