acutally build the docs

This commit is contained in:
Evan Burkey 2023-02-28 10:01:33 -08:00
parent 61c7bb2f78
commit 4f3cc275ec
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ docs:
- chmod -R 700 ~/.ssh - chmod -R 700 ~/.ssh
- eval "$(ssh-agent -s)" - eval "$(ssh-agent -s)"
- ssh-add ~/.ssh/id_rsa - ssh-add ~/.ssh/id_rsa
- mkdocs build
- ssh debian@fputs.com mkdir -p /var/www/fputs.com/docs - ssh debian@fputs.com mkdir -p /var/www/fputs.com/docs
- scp -r ./site/* debian@fputs.com:/var/www/fputs.com/docs/ - scp -r ./site/* debian@fputs.com:/var/www/fputs.com/docs/