From c0e66393b9eefd285d2730811afa2c53cefbaf18 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Wed, 4 Sep 2024 21:11:26 +0200 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! github(workflows): add pages deploy --- .github/workflows/deploy.yaml | 1 + themes/minecraft/layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1cdcb5f..dc1df23 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -45,6 +45,7 @@ jobs: - name: Get rules run: | git clone --depth=1 https://github.com/MCBE-Speedrunning/Speedrunning-Rulebook content/rules + ./build.sh - name: Setup Pages id: pages uses: actions/configure-pages@v5 diff --git a/themes/minecraft/layouts/partials/header.html b/themes/minecraft/layouts/partials/header.html index dfbf7a8..a5cde6c 100644 --- a/themes/minecraft/layouts/partials/header.html +++ b/themes/minecraft/layouts/partials/header.html @@ -1,3 +1,3 @@

{{ site.Title }}

- + {{ partial "menu.html" (dict "menuID" "main" "page" .) }}