aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-02-24 22:26:43 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:26 +0100
commit1b699c656fe0d6d9fbc302116fe4d27ef3c178ab (patch)
tree88995596f0537a1c981850cf6b8c4a72a9bd4765 /.github
parent073e41d03dc5412c82e954b45c01b61c94ecb934 (diff)
CI: TODO for deploy
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c264373..bc5161d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -475,6 +475,8 @@ jobs:
# runs-on: ubuntu-22.04
# needs:
# mergetostablebranch
+# docs
+# mdbook
#
# # Only run this when pushing to master branch
# if: github.ref == 'refs/heads/master'
@@ -509,6 +511,7 @@ jobs:
# - name: Remove cargo-config
# run: rm -f .cargo/config
#
+# # TODO: Download API docs artifacts instead
# - name: Build docs
# run: cargo doc
#
@@ -558,6 +561,7 @@ jobs:
# fi
#
# # Build books
+# # TODO: Download books artifacts instead
# for lang in ${langs[@]}; do
# ( cd book/$lang &&
# if mdbook build |& tee /dev/tty | grep "\[ERROR\]"; then exit 1; else exit 0; fi