From bf9e4a3ff20bfad74a563bd4b56980c978d70b06 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 5 Aug 2022 22:03:33 +0200 Subject: [PATCH] tools/hecat: add 'import awesome-selfhosted non-free.md to YAML' step --- .hecat.import.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.hecat.import.yml b/.hecat.import.yml index bd43305c4b..85c727a9ce 100644 --- a/.hecat.import.yml +++ b/.hecat.import.yml @@ -1,6 +1,13 @@ steps: - - name: import awesome-selfhosted markdown to YAML + - name: import awesome-selfhosted README.md to YAML module: importers/markdown_awesome module_options: source_file: awesome-selfhosted/README.md output_directory: ./ + + - name: import awesome-selfhosted non-free.md to YAML + module: importers/markdown_awesome + module_options: + source_file: awesome-selfhosted/non-free.md + output_directory: ./ + output_licenses_file: licenses-nonfree.yml