Skip to content

Commit 2e0a419

Browse files
fixing the ci
1 parent a7549c5 commit 2e0a419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build MkDocs site
2626
# This command runs MkDocs and puts the output in the 'site' directory
27-
run: mkdocs build --base-url /documentation/
27+
run: mkdocs build
2828

2929
- name: Upload artifact
3030
# This action uploads the 'site' directory for the Pages deployment job

0 commit comments

Comments
 (0)