Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! github(workfl…
Browse files Browse the repository at this point in the history
…ows): add pages deploy
  • Loading branch information
AnInternetTroll committed Sep 4, 2024
1 parent 313de03 commit c0e6639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/minecraft/layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h1>{{ site.Title }}</h1>
<img src="/banner.png" height="50px" width="auto" />
<img src="{{ .Site.BaseURL }}banner.png" height="50px" width="auto" />
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}

0 comments on commit c0e6639

Please sign in to comment.