Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update to lycheeverse/lychee-action@v1 #2798

Merged
merged 2 commits into from
Dec 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/ccpp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,13 @@ jobs:
with:
name: docs
path: mybuild_docs/sphinx/html
- name: Link Checker
uses: peter-evans/link-checker@v1
- name: (lychee) Link Checker
uses: lycheeverse/lychee-action@v1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/lycheeverse/lychee-action
use latest version lycheeverse/lychee-action@v1.5.4

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/lycheeverse/lychee-action

"If you always want to use the latest features but avoid breaking changes, you can replace the version with
lycheeverse/lychee-action@v1"

with:
args: -v -r mybuild_docs/sphinx/html
- name: Archive link-checker result
args: --verbose --no-progress mybuild_docs/sphinx/html
output: ${{ github.workspace }}/lychee
- name: Archive lychee results
uses: actions/upload-artifact@v3
with:
name: link-checker
path: link-checker
path: ${{ github.workspace }}/lychee