Skip to content

Commit

Permalink
fix: docs workflow (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Oct 7, 2024
1 parent 6b4f26d commit 77712d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@ on:
- main
paths:
- '**.md'
- '.github/workflows/docs.yml'
merge_group:
pull_request:
branches:
- main
paths:
- '**.md'
- '.github/workflows/docs.yml'

jobs:
check-docs:
name: Markdown Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Lint Markdown
uses: actions/checkout@v4
run: make md-check
- name: Link Checker (Repo Readme)
- name: Link check
uses: lycheeverse/[email protected]
with:
args: '*.md .github/*.md .github/**/*.md .config/*.md'
Expand Down
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1711,8 +1711,8 @@ All initial change sets:
- `ccf1ac11` Return Ok when validating drand beacon entries similar to how Lotus
does as per the audit recommendation.
([#1206](https://github.com/ChainSafe/forest/pull/1206)) (Hunter Trujillo)
- `f5fe14d2` [Audit fixes] FOR-03 - Inconsistent Deserialization of Randomness
([#1205](https://github.com/ChainSafe/forest/pull/1205)) (Hunter Trujillo)
- `f5fe14d2` [Audit fixes] FOR-03 - Inconsistent Deserialization of Randomness ([#1205](https://github.com/ChainSafe/forest/pull/1205))
(Hunter Trujillo)
- `32a9ae5f` Rest of V5 Updates
([#1217](https://github.com/ChainSafe/forest/pull/1217)) (Eric Tu)
- `e6e1c8ad` API_IMPLEMENTATION.md build script formatting improvements
Expand Down Expand Up @@ -1767,11 +1767,10 @@ All initial change sets:
([#1160](https://github.com/ChainSafe/forest/pull/1160)) (creativcoder)
- `34799734` Wallet CLI Implementation
([#1128](https://github.com/ChainSafe/forest/pull/1128)) (Connor Mullett)
- `f698ba88` [Audit fixes] FOR-02: Inconsistent Deserialization of Address ID
([#1149](https://github.com/ChainSafe/forest/pull/1149)) (Hunter Trujillo)
- `f698ba88` [Audit fixes] FOR-02: Inconsistent Deserialization of Address ID ([#1149](https://github.com/ChainSafe/forest/pull/1149))
(Hunter Trujillo)
- `e50d2ae8` [Audit fixes] FOR-16: Unnecessary Extensive Permissions for Private
Keys ([#1151](https://github.com/ChainSafe/forest/pull/1151)) (Hunter
Trujillo)
Keys ([#1151](https://github.com/ChainSafe/forest/pull/1151)) (Hunter Trujillo)
- `665ca476` Subtract 1 ([#1152](https://github.com/ChainSafe/forest/pull/1152))
(Eric Tu)
- `4047ff5e` 3 -> 4 ([#1153](https://github.com/ChainSafe/forest/pull/1153))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ docker exec -it forest /bin/bash
```

For more in-depth usage and sample use cases, please refer to the Forest Docker
documentation in the [Forest Book]. Keep in mind that the `latest` tag is the
latest stable release. If you want to use the current development build, use the
`edge` tag.
documentation in the [Forest Book]. Keep in mind that the `latest` tag is the latest
stable release. If you want to use the current development build, use the `edge`
tag.

## Dependencies

Expand Down

0 comments on commit 77712d2

Please sign in to comment.