aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-10-20 08:32:58 +0330
committerecho <91651232+exhq@users.noreply.github.com>2022-10-20 08:32:58 +0330
commit9b56224c6740cd21dac7cfe9cb334395bde1eb67 (patch)
tree3ad13309f89e077e5077bd91670c38a3716119dc /.github/workflows/build.yml
parent0d7a25508b7f7b03334ac418f739c3df15f0520e (diff)
downloadexhq.github.io-9b56224c6740cd21dac7cfe9cb334395bde1eb67.tar.gz
exhq.github.io-9b56224c6740cd21dac7cfe9cb334395bde1eb67.tar.bz2
exhq.github.io-9b56224c6740cd21dac7cfe9cb334395bde1eb67.zip
what the fuck did i just create
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
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 '<li><a href="%s">%s</a></li>\n' "$noext" "$noext">>"dist/malds/index.html"
done
+ cat malds/extras.html >> "dist/malds/index.html"
echo "</ul>">>"dist/malds/index.html"
+
+
mkdir -p dist
cp -r static/* dist
mkdir -p dist/beta