Browse Source

Faster deploys, better docs

master
Pete Shadbolt 7 years ago
parent
commit
ea812d34a9
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      .bumpversion.cfg
  2. +1
    -1
      doc/makefile

+ 2
- 0
.bumpversion.cfg View File

@@ -7,6 +7,8 @@ tag = True


[bumpversion:file:doc/conf.py] [bumpversion:file:doc/conf.py]


[bumpversion:file:doc/index.rst]

[bumpversion:file:abp/static/index.html] [bumpversion:file:abp/static/index.html]


[bumpversion:file:README.md] [bumpversion:file:README.md]


+ 1
- 1
doc/makefile View File

@@ -192,5 +192,5 @@ pseudoxml:
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."


deploy: deploy:
scp -r ./_build/html/* rpi:abp/
rsync -uav ./_build/html/* rpi:abp/



Loading…
Cancel
Save