mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/hecat: add 'import awesome-selfhosted non-free.md to YAML' step
This commit is contained in:
parent
89cafeb95a
commit
bf9e4a3ff2
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue