File: copy-docs

package info (click to toggle)
jsonpickle 3.0.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,184 kB
  • sloc: python: 6,088; javascript: 654; makefile: 90; sh: 17
file content (11 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# This script requires a clone of jsonpickle.github.com sibling to jsonpickle.
tox -e docs &&
rsync -avrP \
	--delete \
	--exclude=.doctrees \
	--exclude=.git \
	--exclude=.gitignore \
	--exclude=.buildinfo \
	--exclude=.nojekyll \
	build/html/ ../jsonpickle.github.com/