mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Revert "chore: temporarily disable doc related CI" (#5716)
This commit is contained in:
5
.github/workflows/book.yml
vendored
5
.github/workflows/book.yml
vendored
@ -53,8 +53,6 @@ jobs:
|
||||
run: mdbook-linkcheck --standalone
|
||||
|
||||
build:
|
||||
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
@ -116,8 +114,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
# Only deploy if a push to main
|
||||
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
|
||||
if: false && github.ref_name == 'main' && github.event_name == 'push'
|
||||
if: github.ref_name == 'main' && github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, lint, build]
|
||||
|
||||
|
||||
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -57,8 +57,6 @@ jobs:
|
||||
|
||||
docs:
|
||||
name: docs
|
||||
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
@ -100,9 +98,7 @@ jobs:
|
||||
name: lint success
|
||||
runs-on: ubuntu-latest
|
||||
if: always()
|
||||
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
|
||||
# needs: [clippy, docs, fmt, grafana]
|
||||
needs: [clippy, fmt, grafana]
|
||||
needs: [clippy, docs, fmt, grafana]
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Decide whether the needed jobs succeeded or failed
|
||||
|
||||
Reference in New Issue
Block a user