We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c4fd02 + 3268497 commit d704227Copy full SHA for d704227
template/.github/workflows/docs.yml
@@ -65,9 +65,11 @@ jobs:
65
- run: tox -e linkcheck
66
if: ${{ inputs.linkcheck }}
67
- uses: actions/upload-artifact@v4
68
+ id: artifact-upload-step
69
with:
70
name: docs_html
71
path: html/
72
+ - run: echo "::notice::https://remote-unzip.deno.dev/${{ github.repository }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}"
73
74
- uses: JamesIves/[email protected]
75
if: ${{ inputs.publish }}
0 commit comments