There was an error while loading. Please reload this page.
1 parent a7549c5 commit 2e0a419Copy full SHA for 2e0a419
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build MkDocs site
26
# This command runs MkDocs and puts the output in the 'site' directory
27
- run: mkdocs build --base-url /documentation/
+ run: mkdocs build
28
29
- name: Upload artifact
30
# This action uploads the 'site' directory for the Pages deployment job
0 commit comments