Archived
1
0

Merge pull request #2255 from cdr/self-signed-3b2c

Fix self signed certificate for iPad
This commit is contained in:
Anmol Sethi
2020-11-03 14:04:47 -05:00
committed by GitHub
8 changed files with 107 additions and 28 deletions

View File

@ -26,6 +26,7 @@ main() {
doctoc --title '# Install' doc/install.md > /dev/null
doctoc --title '# npm Install Requirements' doc/npm.md > /dev/null
doctoc --title '# Contributing' doc/CONTRIBUTING.md > /dev/null
doctoc --title '# iPad' doc/ipad.md > /dev/null
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then
echo "Files need generation or are formatted incorrectly:"