excel updates

This commit is contained in:
Allan Bowe
2020-04-16 22:06:52 +02:00
parent d074aee048
commit 198d11a9f2
5 changed files with 29 additions and 10 deletions

View File

@ -16,12 +16,12 @@ cat > $OUTFILE <<'EOL'
## Overview
Data Controller source licences are extracted automatically from our repo using the [license-checker](https://www.npmjs.com/package/license-checker) NPM module
<code>
```
EOL
license-checker --production --relativeLicensePath --direct --start ../dcfrontend >> docs/licences.md
echo '</code>' >> docs/licences.md
echo '```' >> docs/licences.md
echo 'building mkdocs'
mkdocs build --clean