add more builds to docs

This commit is contained in:
Jonathan Kelley 2023-02-16 14:57:32 -08:00
parent f420c6f333
commit 2075ff3039
2 changed files with 6 additions and 2 deletions

View file

@ -24,7 +24,9 @@ jobs:
- name: Build
run: cd docs &&
cd guide && mdbook build -d ../nightly/guide && cd .. &&
cd router && mdbook build -d ../nightly/router && cd ..
cd router && mdbook build -d ../nightly/router && cd .. &&
cd reference && mdbook build -d ../nightly/reference && cd ..
cd fermi && mdbook build -d ../nightly/fermi && cd ..
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1

View file

@ -29,7 +29,9 @@ jobs:
- name: Build
run: cd docs &&
cd guide && mdbook build -d ../nightly/guide && cd .. &&
cd router && mdbook build -d ../nightly/router && cd ..
cd router && mdbook build -d ../nightly/router && cd .. &&
cd reference && mdbook build -d ../nightly/reference && cd ..
cd fermi && mdbook build -d ../nightly/fermi && cd ..
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1