зеркало из https://github.com/microsoft/docker.git
New 'make github-deploy' rule to deploy the docs to github-pages
This commit is contained in:
Родитель
53641e8b8d
Коммит
7db1890c99
|
@ -62,6 +62,11 @@ push:
|
|||
@cd _build/html/ ; \
|
||||
dotcloud push
|
||||
|
||||
github-deploy: docs
|
||||
rm -fr github-deploy
|
||||
git clone ssh://git@github.com/dotcloud/docker github-deploy
|
||||
cd github-deploy && git checkout -f gh-pages && git rm -r * && rsync -avH ../_build/html/ ./ && touch .nojekyll && echo "docker.io" > CNAME && git add * && git commit -m "Updating docs"
|
||||
|
||||
$(VERSIONS):
|
||||
@echo "Hello world"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче