We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac456c commit b7a25a7Copy full SHA for b7a25a7
Makefile
@@ -24,6 +24,7 @@ carthage:
24
set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty
25
26
docs:
27
- rm -rfv docs
28
- git clone -b gh-pages --single-branch https://github.com/polydice/ICInputAccessory.git docs
+ test -d docs || git clone -b gh-pages --single-branch https://github.com/polydice/ICInputAccessory.git docs
+ cd docs && git fetch origin gh-pages && git clean -f -d
29
+ cd docs && git checkout gh-pages && git reset --hard origin/gh-pages
30
bundle exec jazzy --config .jazzy.yml
0 commit comments