Скачиваний:
0
Добавлен:
27.01.2022
Размер:
344 б
Скачать
mkdir __update_docs_temp
cd ./__update_docs_temp
mkdir service
git clone https://$GTTOKEN@github.com/surveyjs/service
mv ../docs/images .
cp -a ../docs/. ./service/surveyjs.io/App_Data/Docs
mv ./images ../docs
cd ./service
git add ./surveyjs.io/App_Data/Docs
git commit -m "Updated API documentation"
git push
cd ../..
rm -rf __update_docs_temp
Соседние файлы в папке survey-library-master