mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: TODO for deploy
This commit is contained in:
parent
073e41d03d
commit
1b699c656f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -475,6 +475,8 @@ jobs:
|
||||||
# runs-on: ubuntu-22.04
|
# runs-on: ubuntu-22.04
|
||||||
# needs:
|
# needs:
|
||||||
# mergetostablebranch
|
# mergetostablebranch
|
||||||
|
# docs
|
||||||
|
# mdbook
|
||||||
#
|
#
|
||||||
# # Only run this when pushing to master branch
|
# # Only run this when pushing to master branch
|
||||||
# if: github.ref == 'refs/heads/master'
|
# if: github.ref == 'refs/heads/master'
|
||||||
|
@ -509,6 +511,7 @@ jobs:
|
||||||
# - name: Remove cargo-config
|
# - name: Remove cargo-config
|
||||||
# run: rm -f .cargo/config
|
# run: rm -f .cargo/config
|
||||||
#
|
#
|
||||||
|
# # TODO: Download API docs artifacts instead
|
||||||
# - name: Build docs
|
# - name: Build docs
|
||||||
# run: cargo doc
|
# run: cargo doc
|
||||||
#
|
#
|
||||||
|
@ -558,6 +561,7 @@ jobs:
|
||||||
# fi
|
# fi
|
||||||
#
|
#
|
||||||
# # Build books
|
# # Build books
|
||||||
|
# # TODO: Download books artifacts instead
|
||||||
# for lang in ${langs[@]}; do
|
# for lang in ${langs[@]}; do
|
||||||
# ( cd book/$lang &&
|
# ( cd book/$lang &&
|
||||||
# if mdbook build |& tee /dev/tty | grep "\[ERROR\]"; then exit 1; else exit 0; fi
|
# if mdbook build |& tee /dev/tty | grep "\[ERROR\]"; then exit 1; else exit 0; fi
|
||||||
|
|
Loading…
Reference in a new issue