Skip to content

Commit d704227

Browse files
authored
Merge pull request #243 from scipp/add-link-to-built-docs
Add link to built docs as workflow annotation
2 parents 5c4fd02 + 3268497 commit d704227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/.github/workflows/docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ jobs:
6565
- run: tox -e linkcheck
6666
if: ${{ inputs.linkcheck }}
6767
- uses: actions/upload-artifact@v4
68+
id: artifact-upload-step
6869
with:
6970
name: docs_html
7071
path: html/
72+
- run: echo "::notice::https://remote-unzip.deno.dev/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}"
7173

7274
- uses: JamesIves/[email protected]
7375
if: ${{ inputs.publish }}

0 commit comments

Comments
 (0)