chore!: Move get_asset_outputs_for_amount
, get_asset_inputs_for_amount
and adjust_for_fee
from Account
to ViewOnlyAccount
#2137
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: | |
push: | |
branches: | |
- master | |
pull_request: | |
release: | |
types: [published] | |
jobs: | |
test: | |
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@master | |
with: | |
docs-src-path: "docs/src" | |
pre-command: 'cargo run --package versions-replacer -- ./docs --manifest-path ./Cargo.toml --filename-regex "\.md$"' | |
spellcheck-config-path: 'docs/.spellcheck.yml' |