We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c6e63 commit ecb1c27Copy full SHA for ecb1c27
.github/workflows/javadoc.yml
@@ -93,5 +93,6 @@ jobs:
93
94
- name: Confirm Deployment
95
if: success()
96
- run: echo "ECHO: Javadoc for ${{ github.event.inputs.tag_ref }} is now live on gh-pages."
+ run: |
97
+ echo "ECHO: Javadoc for ${{ github.event.inputs.tag_ref }} is now live on gh-pages."
98
0 commit comments