File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 default : " nightly"
1616 required : true
1717 type : string
18- push :
19- branches :
20- - main
2118 pull_request :
2219 branches :
2320 - main
4037 - id : docker_tag
4138 run : echo "image=${{ inputs.tag || env.DEFAULT_TAG }}" >> $GITHUB_OUTPUT
4239
40+ test-code :
41+ uses : ./.github/workflows/test_package.yml
42+
4343 build-docs :
44- needs : get_image_tag
44+ needs : [ get_image_tag, test-code]
4545 runs-on : ubuntu-latest
4646 container : ghcr.io/fenics/dolfinx/dolfinx:${{ needs.get_image_tag.outputs.image }}
4747
Original file line number Diff line number Diff line change 3939 name : docs
4040 path : " ./public"
4141
42- - name : Download docs artifact
43- # docs artifact is uploaded by build-docs job
44- uses : actions/download-artifact@v7
45- with :
46- name : code-coverage-report
47- path : " ./public/code-coverage-report"
4842
4943 - name : Upload artifact
5044 uses : actions/upload-pages-artifact@v4
Original file line number Diff line number Diff line change 1616 required : true
1717 type : string
1818
19- pull_request :
20- branches :
21- - main
22- schedule :
23- - cron : " 0 8 * * *"
2419
2520env :
2621 DEB_PYTHON_INSTALL_LAYOUT : deb_system
You can’t perform that action at this time.
0 commit comments