Skip to content

Commit

Permalink
Add comment step
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten-nist committed Sep 26, 2023
1 parent 2b9f42a commit f46950e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,18 @@ jobs:
- name: Link Check
id: linkcheck
run: make linkcheck LYCHEE_EXTRA_FLAGS='--github-token ${{ secrets.GITHUB_TOKEN }}'
# TODO
# - name: Comment Broken Links
# uses: marocchino/sticky-pull-request-comment@v2
# with:
# path: lychee_report.md
- name: Upload linkcheck report
uses: actions/upload-artifact@v3
with:
name: linkcheck-report
path: lychee_report.md
retention-days: 5
- name: Comment broken links
uses: marocchino/sticky-pull-request-comment@v2
with:
path: lychee_report.md
skip_unchanged: true
if: github.event_name == 'pull_request'
#
# Deployment
#
Expand Down

0 comments on commit f46950e

Please sign in to comment.