Merge pull request #286 from mrxiaozhuox/patch-1

This commit is contained in:
Jonathan Kelley 2022-02-27 18:51:02 -05:00 committed by GitHub
commit 49f9303002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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