mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
5 lines
121 B
Bash
5 lines
121 B
Bash
#!/usr/bin/env bash
|
|
|
|
. ~/venv/domainaware/bin/activate
|
|
cd docs && make html && cp -r build/html/* ../../parsedmarc-docs/
|