mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
11 lines
211 B
Bash
Executable File
11 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
|
|
gulp documentation
|
|
git checkout -- .
|
|
git checkout gh-pages
|
|
\cp -rf docs-out/index.html index.html
|
|
git add index.html
|
|
git commit -m "Update docs [ci skip]"
|
|
git push origin gh-pages
|
|
git checkout master
|