exposed original markdown article files
This commit is contained in:
parent
0d3afee662
commit
fc14d99c92
@ -40,6 +40,6 @@ done
|
||||
mkdir -p "./html/markdown/"
|
||||
for d in ./articles/*/; do
|
||||
if [ -d "$d" ]; then
|
||||
cp "$d/page.mmd" "./html/markdown/$(basename $d).mdd"
|
||||
cp "$d/page.mmd" "./html/markdown/$(basename $d).md"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user