Skip to content

Commit e9f14b1

Browse files
authored
build: fix
1 parent 5eb4462 commit e9f14b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
deploy:
66
runs-on: ubuntu-latest
77
env:
8-
CI: 1
8+
CI: true
99
steps:
1010
- uses: actions/checkout@v4
1111
with:

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ site_name: ScreamingBedWars
22
site_url: https://docs.screamingsandals.org/BedWars
33

44
theme:
5+
language: en
56
name: material
67
# custom_dir: ./overrides
78
logo: assets/icon.png

0 commit comments

Comments
 (0)