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 6a110c2 commit 4c750cfCopy full SHA for 4c750cf
.github/workflows/docs.yaml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
java-version: 21
23
distribution: 'zulu'
24
+ - name: Setup Gradle
25
+ uses: gradle/actions/setup-gradle@v4
26
- name: Setup Python
27
uses: actions/setup-python@v5
28
mkdocs.yml
@@ -1,4 +1,4 @@
1
-site_name: My Docs
+site_name: Archie Docs
2
theme:
3
name: material
4
features:
0 commit comments