Artifact 581d5a68cfa8ec97caf34b15d4e411ff08a20f56:
- Executable file wiki_references/2019/software/mail_and_messaging/matrix_org/src_from_GitHub/the_repository_clones/iohook/deploy-docs.sh — part of check-in [27cdbe8d26] at 2019-12-22 14:17:48 on branch trunk — code updates from GitHub repositories and new 2019 wiki references (user: vhost7825ssh, size: 382) [annotate] [blame] [check-ins using] [more...]
#!/usr/bin/env sh # abort on errors set -e # build npm run docs:build # navigate into the build output directory cd docs/.vuepress/dist # if you are deploying to a custom domain # echo 'www.example.com' > CNAME git init git add -A git commit -m 'deploy' # deploying to https://<USERNAME>.github.io/<REPO> git push -f git@github.com:wilix-team/iohook.git master:gh-pages cd -