From 0c30d945cf1d3ee9aa8dcce52c68c956d549956a Mon Sep 17 00:00:00 2001 From: Renata Imai Date: Tue, 17 Dec 2024 17:16:14 -0300 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9afa2be17..778d3d8e0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -51,7 +51,7 @@ jobs: python -m pytest --doctest-modules aequilibrae/log.py aequilibrae/parameters.py python -m pytest --doctest-modules aequilibrae/transit python -m pytest --doctest-glob=*.rst docs/source/project_components - python -m pytest --doctest-glob=*.rst docs/source/static_traffic_assignment.rst + python -m pytest --doctest-glob=*.rst docs/source/traffic_assignment - name: Prepare links for DEV if: ${{ (github.event_name == 'pull_request') && (env.HAS_SECRETS == 'true') }}