File: build_docs.sh

package info (click to toggle)
python-sdjson 0.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 560 kB
  • sloc: python: 1,566; makefile: 6; sh: 6
file content (7 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env bash
rm -rf build
rm -rf docs
make html
cp -r build/html docs/
touch docs/.nojekyll
touch .nojekyll