We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcca6e5 commit 566fb9bCopy full SHA for 566fb9b
.github/workflows/deploy_pages.yml
@@ -25,7 +25,7 @@ jobs:
25
test-code:
26
uses: ./.github/workflows/test_workflow.yml
27
with:
28
- tag: "stable"
+ dolfinx_tag: "stable"
29
30
deploy:
31
needs: [build-docs, test-code]
0 commit comments