build docs new location

This commit is contained in:
Timothy DeHerrera 2021-04-18 21:20:36 -06:00
parent e1e0f99af9
commit dba178dc1f
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -16,12 +16,12 @@ jobs:
with:
mdbook-version: 'latest'
- run: mdbook build
- run: mdbook build doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./book
publish_dir: ./doc/book
cname: devos.divnix.com