Skip to content

Commit

Permalink
update docs CI (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz authored Aug 7, 2023
1 parent b241dc9 commit 6b80599
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 41 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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: 'src'
22 changes: 0 additions & 22 deletions .github/workflows/markdown-lint.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/markdown_link_checker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"default": true # Default state for all rules
"MD013": false # Disable rule for line length
"MD033": false # Disable rule banning inline HTML
"MD033": false # Disable rule banning inline HTML
5 changes: 3 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
- [Witness](./tx-format/witness.md)
- [TXPointer](./tx-format/tx-pointer.md)
- [Computing Identifiers](./identifiers/index.md)
- [Transaction ID](./identifiers/transaction-id.md)
- [Asset ID](./identifiers/asset.md)
- [Contract ID](./identifiers/contract-id.md)
- [UTXO ID](./identifiers/utxo-id.md)
- [Predicate ID](./identifiers/predicate-id.md)
- [Transaction ID](./identifiers/transaction-id.md)
- [UTXO ID](./identifiers/utxo-id.md)
- [Protocol](./protocol/index.md)
- [Transaction Validity Rules](./protocol/tx-validity.md)
- [Cryptographic Primitives](./protocol/cryptographic-primitives.md)
Expand Down

0 comments on commit 6b80599

Please sign in to comment.