From d1c9f151ffc23bb2f019fac7ffb0cd78f8ece1e1 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Wed, 10 Jul 2024 15:48:43 +0200 Subject: [PATCH] Remove later --- .github/workflows/python_sphinx_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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