File tree Expand file tree Collapse file tree 4 files changed +1
-39
lines changed
Expand file tree Collapse file tree 4 files changed +1
-39
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6666 flags : unittests
6767 name : PR_tests
6868 token : ${{ secrets.CODECOV_TOKEN }}
69-
70- # Tests building the docs if the PR is labeled as documentation
71- build-docs :
72- if : contains(github.event.pull_request.labels.*.name, 'documentation')
73- runs-on : ubuntu-latest
74-
75- steps :
76- - uses : actions/checkout@v4
77- with :
78- fetch-tags : ' true'
79-
80- - uses : ./.github/actions/mamba-install-dascore
81- with :
82- python-version : " 3.12"
83- environment-file : ' ./.github/doc_environment.yml'
84-
85- - uses : ./.github/actions/build-docs
8669
8770
8871# This is a very useful step for debugging, it allows you to ssh into the CI
Original file line number Diff line number Diff line change 5353 body : |
5454 ✅ Documentation built:
5555 👉 [Download](${{ steps.artifact_url.outputs.url }})
56+ Note: You must be logged in to github and a DASDAE member to access the link.
You can’t perform that action at this time.
0 commit comments