We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c222bae commit ea02240Copy full SHA for ea02240
docs/Makefile
@@ -212,18 +212,3 @@ pseudoxml:
212
@echo
213
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
214
215
-.PHONY: deploy
216
-deploy:
217
- make clean
218
- make html
219
- git checkout gh-pages
220
-
221
- cd ../ && rm -rf .gitignore examples/ license.md message_queue/
222
- cd ../ && rm -rf readme.md requirements.txt setup.py
223
- cd ../ && cp -r docs/build/html .
224
- cd ../ && rm -rf docs
225
226
- cd ../ && git add .
227
- cd ../ && git commit -m ":page_facing_up: Update the docs"
228
- cd ../ && git push origin gh-pages
229
0 commit comments