Replace some Travis-related things completely
This commit is contained in:
parent
5385f4f067
commit
ee94932928
|
|
@ -1,4 +1,4 @@
|
|||
[](https://travis-ci.com/github/rust-lang/rustc-dev-guide)
|
||||
[](https://github.com/rust-lang/rustc-dev-guide/actions/workflows/ci.yml)
|
||||
|
||||
|
||||
This is a collaborative effort to build a guide that explains how rustc
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ else # running locally
|
|||
echo "Checking files changed in $COMMIT_RANGE: $CHANGED_FILES"
|
||||
fi
|
||||
|
||||
exec mdbook-linkcheck $FLAGS -- $TRAVIS_BUILD_DIR
|
||||
exec mdbook-linkcheck $FLAGS -- $GITHUB_WORKSPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue