Skip to content

Commit

Permalink
Link to validation report in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 30, 2023
1 parent 505d6de commit 996b947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-and-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
f.write(f'<li class="validation-{validation}"><a href="{link}"><tt>{identifier}</tt> - {name}</a></li>')
else:
f.write(f'<li class="validation-{validation}"><tt>{identifier}</tt> - {name}</li>')
f.write('</ul></body></html>')
f.write('</ul><p style="margin-top:1em"><a href="${{ inputs.test_outputs_path }}/report.html">Validation report</a></p></body></html>')
- name: Setup Pages
if: ${{ github.event.repository.has_pages }}
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 996b947

Please sign in to comment.