issues2md: remove .ghmd files to save space

This commit is contained in:
Milan Hauth 2023-09-05 07:59:22 +02:00
parent 580c8c9f30
commit d6fee644bb

View file

@ -60,6 +60,11 @@ jobs:
# run: |
# mkdir -p $GH2MD_OUTPUT_PATH/ghmd/
# mv -v $GH2MD_OUTPUT_PATH*.ghmd $GH2MD_OUTPUT_PATH/ghmd/
# remove .ghmd files to save space
# usually, the .ghmd files can be reconstructed from the .md files
- name: "cleanup: remove .ghmd files"
run: |
rm -rf $GH2MD_OUTPUT_PATH/ghmd
- name: Build index readme.md
run: |
# debug