From 9b56224c6740cd21dac7cfe9cb334395bde1eb67 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:32:58 +0330 Subject: what the fuck did i just create --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4babd03..70e5e3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,10 +23,14 @@ jobs: folder="dist/malds/$noext" mkdir -p "$folder" pandoc "$i" -o "$folder"/index.html + cat malds/extras.html >> "$folder"/index.html printf '
  • %s
  • \n' "$noext" "$noext">>"dist/malds/index.html" done + cat malds/extras.html >> "dist/malds/index.html" echo "">>"dist/malds/index.html" + + mkdir -p dist cp -r static/* dist mkdir -p dist/beta -- cgit