mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
9 lines
177 B
Bash
Executable File
9 lines
177 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. ~/venv/domainaware/bin/activate
|
|
cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/
|
|
cd ..
|
|
rm -rf dist/ build/
|
|
python setup.py bdist_wheel
|
|
|