Skip to content

Commit 0e5726c

Browse files
committed
remove this, now done by GH
1 parent 2687781 commit 0e5726c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ coverage:
2323
docs: .FORCE
2424
(cd docs; make html)
2525

26-
docupdate: docs
27-
git clone https://github.com/petercorke/spatialmath-python.git --branch gh-pages --single-branch gh-pages
28-
cp -r docs/build/html/. gh-pages
29-
git add gh-pages
30-
git commit -m "rebuilt docs"
31-
git push origin gh-pages
32-
3326
dist: .FORCE
3427
$(MAKE) test
3528
python setup.py sdist

0 commit comments

Comments
 (0)