fix: pin forc-deploy to use 100kb blob size by default #3128
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs | |
on: | |
pull_request: | |
paths: | |
- docs/** | |
jobs: | |
test: | |
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@master | |
with: | |
docs-src-path: 'docs/book/src' | |
spellcheck-config-path: 'docs/book/.spellcheck.yml' |