We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb4462 commit e9f14b1Copy full SHA for e9f14b1
.github/workflows/build-docs.yml
@@ -5,7 +5,7 @@ jobs:
5
deploy:
6
runs-on: ubuntu-latest
7
env:
8
- CI: 1
+ CI: true
9
steps:
10
- uses: actions/checkout@v4
11
with:
mkdocs.yml
@@ -2,6 +2,7 @@ site_name: ScreamingBedWars
2
site_url: https://docs.screamingsandals.org/BedWars
3
4
theme:
+ language: en
name: material
# custom_dir: ./overrides
logo: assets/icon.png
0 commit comments