Skip to content

Commit 78a08e1

Browse files
Major changes in dependency management, docs, linting, and checks
1 parent 953c518 commit 78a08e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ls -la
3939
- name: Build Documentation
4040
run: |
41-
poetry run mkdocs build -f docs/mkdocs.yml -d docs/_build
41+
poetry run mkdocs build -f docs/mkdocs.yml -d _build
4242
- name: Add files
4343
run: |
4444
echo "nebula.enriquetomasmb.com" > docs/_build/CNAME

0 commit comments

Comments
 (0)