We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a525d commit f3cc64aCopy full SHA for f3cc64a
1 file changed
.github/workflows/docs.yml
@@ -23,6 +23,8 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
26
+ with:
27
+ submodules: recursive
28
29
- name: Setup Python
30
uses: actions/setup-python@v5
@@ -36,7 +38,7 @@ jobs:
36
38
- name: Build docs
37
39
run: |
40
cd pkg/hanzo-agent
- mkdocs build --strict
41
+ mkdocs build
42
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@v3
0 commit comments