Skip to content

Commit

Permalink
add more builds to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Feb 16, 2023
1 parent f420c6f commit 2075ff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2075ff3

Please sign in to comment.