Skip to content

Commit

Permalink
Merge branch 'main' into elmattic/refactor-chain-get-parent-receipts
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic authored Apr 30, 2024
2 parents 245dc98 + 4095dde commit f12f1b9
Show file tree
Hide file tree
Showing 21 changed files with 370 additions and 321 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 f12f1b9

Please sign in to comment.