From 0154ca11e9ea824fc93c5a5a3c4491edb3aa3bff Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 19 Aug 2025 09:43:29 -0400 Subject: [PATCH] fixed bash sets making rms cause build failure --- .vscode/settings.json | 12 +++++++++++- acl.cool/site/draft/umbral6.dj | 1 + build.sh | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 acl.cool/site/draft/umbral6.dj diff --git a/.vscode/settings.json b/.vscode/settings.json index 5e7837d..6675bff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,8 @@ "cSpell.words": [ "abustle", "Aerasumé", + "Alegreya", + "Alegreya's", "Alfie", "Almuth", "Alustriel", @@ -39,11 +41,13 @@ "Gzemnid", "halfling", "harengon", + "harfbuzz", "Hergatha", "hidpi", "Hornblade", "Iggwilv", "illithid", + "jotdown", "Karmel", "knotwork", "Laeral", @@ -73,6 +77,8 @@ "Playwrite", "pranking", "Pteey", + "pygmentize", + "pygments", "Quintolent", "Ramel", "Rauvin", @@ -84,6 +90,7 @@ "scrying", "Silverhand", "Silverymoon", + "soupault", "spellbook", "spellcraft", "Taern", @@ -93,14 +100,17 @@ "Toril", "Underdark", "unglimpsed", + "unicodes", "unstopper", "unstoppers", "Venron", + "venv", "Waterdeep", "Waterdhavian", "Waterdhavians", "Whitlock", "Wintershield", - "Xanathar" + "Xanathar", + "ytheleus" ] } \ No newline at end of file diff --git a/acl.cool/site/draft/umbral6.dj b/acl.cool/site/draft/umbral6.dj new file mode 100644 index 0000000..24fa0b4 --- /dev/null +++ b/acl.cool/site/draft/umbral6.dj @@ -0,0 +1 @@ +Umbral Gaze 6: The Deathrun \ No newline at end of file diff --git a/build.sh b/build.sh index 8205024..ae9809c 100755 --- a/build.sh +++ b/build.sh @@ -11,7 +11,7 @@ if ! [[ -d pgvv/ ]]; then fi function soup_config { - rm soupault.toml + rm soupault.toml || true cp ../soupault.toml soupault.toml cat soupault.frag*.toml >>soupault.toml } @@ -72,7 +72,7 @@ for font in fonts/PlaywriteUSA/*.ttf; do rm "$subset_ttf" done -rm css/code.css +rm css/code.css || true pygmentize -f html -S algol_nu | grep -v 'line-height' >css/code.css # The stuff below should be all or nothing, so we exit if something returns non-zero