diff --git a/updatedocs.command b/updatedocs.command index fc1900f..c5361c5 100755 --- a/updatedocs.command +++ b/updatedocs.command @@ -3,6 +3,13 @@ ### WARNING WORK ONLY with cutom domain. ### See https://docs.github.com/articles/using-a-custom-domain-with-github-pages/ for more details ### +### Comit your files, then in the repo, go to Settings / Pages +### - Source should be branch/docs +### - Custom domain should be +### +### Don't forget to add the CNAME to your DNS zone +### + export GITHUBNAME=charlymr export SCHEME=IRLPDFScanContent export CUSTOMDOMAIN=irlpdfscancontent.irlmobile.com @@ -33,4 +40,4 @@ cp -pr docs/index.html docs/tutorial/ cp -pr docs/data/documentation/*.json docs/data/documentation.json echo '' > docs/index.html -echo '' >> docs/index.html \ No newline at end of file +echo '' >> docs/index.html