Skip to content

Commit

Permalink
Merge pull request #1111 from DSD-DBS/fix-docs
Browse files Browse the repository at this point in the history
fix: Update some old references from `docs/user` to `docs`
  • Loading branch information
MoritzWeber0 authored Oct 23, 2023
2 parents 66fa060 + bf7d75f commit 6acc983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci-templates/gitlab/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ docs:
${DOCKER_BUILD_ARGS} \
-t ${IMAGE}:${DOCKER_TAG} \
--build-arg BASE_IMAGE=${BASE_IMAGE} \
docs/user
docs
- *push

guacamole:
Expand Down
4 changes: 2 additions & 2 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build:
python: '3.11'

mkdocs:
configuration: docs/user/mkdocs.yml
configuration: docs/mkdocs.yml

python:
install:
- requirements: docs/user/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 6acc983

Please sign in to comment.