Skip to content

Commit 9c07c2f

Browse files
committed
Make pages depend on test matrix instead
1 parent 566fb9b commit 9c07c2f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tag: "stable"
2424

2525
test-code:
26-
uses: ./.github/workflows/test_workflow.yml
26+
uses: ./.github/workflows/test_dolfinx_versions.yml
2727
with:
2828
dolfinx_tag: "stable"
2929

@@ -44,12 +44,19 @@ jobs:
4444
name: docs
4545
path: "./public"
4646

47-
- name: Download docs artifact
47+
- name: Download code coverage report artifact
4848
# docs artifact is uploaded by build-docs job
4949
uses: actions/download-artifact@v7
5050
with:
5151
name: code-coverage-report-stable
52-
path: "./public/code-coverage-report"
52+
path: "./public/code-coverage-report-stable"
53+
54+
- name: Download code coverage report artifact
55+
# docs artifact is uploaded by build-docs job
56+
uses: actions/download-artifact@v7
57+
with:
58+
name: code-coverage-report-nightly
59+
path: "./public/code-coverage-report-nightly"
5360

5461

5562
- name: Upload artifact

0 commit comments

Comments
 (0)