Skip to content

Commit f2ab717

Browse files
authored
ci: Install forc-node in gh-pages.yml (#6978)
## Description Unblock https://github.com/FuelLabs/sway/actions/runs/13629058982/job/38092580347 ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] If my change requires substantial documentation changes, I have [requested support from the DevRel team](https://github.com/FuelLabs/devrel-requests/issues/new/choose) - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers.
1 parent d00c0fe commit f2ab717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
cargo install --locked --debug --path ./forc-plugins/forc-doc
3333
cargo install --locked --debug --path ./forc-plugins/forc-crypto
3434
cargo install --locked --debug --path ./forc-plugins/forc-migrate
35+
cargo install --locked --debug --path ./forc-plugins/forc-node
3536
cargo install --locked --debug forc-explore
3637
- name: Install mdbook-forc-documenter
3738
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)