소스 검색

Faster deploys, better docs

master
Pete Shadbolt 7 년 전
부모
커밋
ea812d34a9
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      .bumpversion.cfg
  2. +1
    -1
      doc/makefile

+ 2
- 0
.bumpversion.cfg 파일 보기

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

[bumpversion:file:doc/conf.py]

[bumpversion:file:doc/index.rst]

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

[bumpversion:file:README.md]


+ 1
- 1
doc/makefile 파일 보기

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

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


불러오는 중...
취소
저장