This commit is contained in:
serinko
2023-10-17 13:24:03 +00:00
committed by GitHub
parent 3e48b8db92
commit 11ca9dd34e
+5 -5
View File
@@ -35,13 +35,13 @@ jobs:
--vers "^1.8.0" mdbook-admonish --force && cargo install --vers \
"^0.1.2" mdbook-last-changed && cargo install --vers "^0.1.2" mdbook-theme \
&& cargo install --vers "^0.7.7" mdbook-linkcheck \
&& cd documentation \
&& mdbook-admonish install dev-portal \
&& mdbook-admonish install docs \
&& mdbook-admonish install operators
# && cd documentation \
# && mdbook-admonish install dev-portal \
# && mdbook-admonish install docs \
# && mdbook-admonish install operators
- name: Build all projects in documentation/ & move to ~/dist/docs/
run: ./build_all_to_dist.sh
run: cd documentation && ./build_all_to_dist.sh
continue-on-error: false
- name: Deploy branch to CI www
continue-on-error: true