mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-02 23:14:19 +00:00
Update build script
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
. ~/venv/domainaware/bin/activate
|
||||
cd docs && make html && cp -r build/html/* ../../parsedmarc-docs/
|
||||
Reference in New Issue
Block a user