Fix travis deploying the wrong directory

This commit is contained in:
Noah Laptop 2020-03-11 12:48:17 -07:00
parent 26c80b61d1
commit 15ef60a5a3

View file

@ -48,7 +48,7 @@ jobs:
deploy: deploy:
provider: pages provider: pages
skip_cleanup: true skip_cleanup: true
local_dir: docs/html local_dir: docs
github_token: $GITHUB_TOKEN github_token: $GITHUB_TOKEN
- stage: "Deploy" - stage: "Deploy"