Skip to content

Commit

Permalink
feat: docs-hub CI test (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz authored Aug 7, 2023
1 parent 9602353 commit c9ca7d9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 26 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: 'docs/src'
22 changes: 0 additions & 22 deletions .github/workflows/markdown-lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
book
book
2 changes: 1 addition & 1 deletion docs/src/concepts/how_fuelup_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ turn executes the correct version of `forc` based on either an override file (`f
or your currently active toolchain (in order of priority).
<!-- fuelup_example:example:end -->

[fuelup-init]: ../installation/index.html#quickstart
[fuelup-init]: ../installation/index.md#quickstart
[`rustup`]: https:/rust-lang/rustup
[`forc`]: https://fuellabs.github.io/sway/master/book/forc/index.html
[`fuel-core`]: https:/FuelLabs/fuel-core
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer_guide/building_a_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ on this codebase.

[Usage]: #usage
[check versions workflow]: https:/FuelLabs/fuelup/actions/workflows/index-versions.yml
[latest channel developer guide]: ../concepts/channels.html#understanding-the-latest-workflow
[latest channel developer guide]: ../concepts/channels.md#understanding-the-latest-workflow
[test-toolchain-compatibility.yml]: https:/FuelLabs/fuelup/blob/3abe817673184ac17a78b2a8965234813ac6d911/.github/workflows/test-toolchain-compatibility.yml#L174
[sway-nightly-binaries repository]: https:/FuelLabs/sway-nightly-binaries
[publish-nightly-channel.yml]: https:/FuelLabs/fuelup/blob/3abe817673184ac17a78b2a8965234813ac6d911/.github/workflows/publish-nightly-channel.yml#L37
Expand Down
2 changes: 1 addition & 1 deletion docs/src/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ forc = "0.36.0" # in beta-3, forc is pinned to v0.37.3

[toolchain]: concepts/toolchains.md
[distributed toolchains]: concepts/toolchains.md#toolchains
[`beta-3`]: concepts/channels#the-beta-3-channel
[`beta-3`]: concepts/channels.md#the-beta-3-channel

0 comments on commit c9ca7d9

Please sign in to comment.