Merge pull request #4009 from nymtech/CI/CD-docs-patch

CI/CD-docs patch
This commit is contained in:
Tommy Verrall
2023-10-17 14:56:08 +01:00
committed by GitHub
5 changed files with 172 additions and 190 deletions
+6 -2
View File
@@ -35,9 +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 \
&& mdbook-admonish install
# && 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: cd documentation && ./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