Skip to content

Commit

Permalink
Merge branch 'main' into elmattic/fix-api-head-change
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic authored Apr 30, 2024
2 parents 55d15de + f3f84f5 commit 0407880
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 135 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
continue-on-error: true
- name: Link Checker (Repo Readme)
uses: lycheeverse/lychee-action@v1.9.3
uses: lycheeverse/lychee-action@v1.10.0
with:
args: 'README.md'
# Fail action on broken links
Expand All @@ -58,7 +58,7 @@ jobs:
CC: "sccache clang"
CXX: "sccache clang++"
- name: Link Checker (Library Documentation)
uses: lycheeverse/lychee-action@v1.9.3
uses: lycheeverse/lychee-action@v1.10.0
with:
args: './target/doc/forest_filecoin/**/index.html'
# Fail action on broken links
Expand Down
Loading

0 comments on commit 0407880

Please sign in to comment.