Skip to content

Commit 305ed57

Browse files
author
Drew Yang
committed
fix: 🐛 update docker-compose for GHA error | update site url
1 parent ea8f52c commit 305ed57

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
# Navigate to http://localhost/docs/
44
services:
55
docs:
6-
image: datajoint/datajoint-docs
6+
# image: datajoint/datajoint-docs
7+
build:
8+
context: .
9+
dockerfile: Dockerfile
710
environment:
811
- MODE
912
volumes:

mkdocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ---------------------- PROJECT SPECIFIC ---------------------------
22

33
site_name: DataJoint Documentation
4-
site_url: https://datajoint.com/docs
4+
site_url: https://docs.datajoint.com
55
repo_name: datajoint/datajoint-docs
66
repo_url: https://github.com/datajoint/datajoint-docs
77
nav:
@@ -115,8 +115,8 @@ extra:
115115
link: https://www.datajoint.com
116116
name: DataJoint
117117
- icon: main/company-logo
118-
link: https://datajoint.com/docs/
119-
name: DataJoint Documentation
118+
link: https://docs.datajoint.com
119+
name: DataJoint Documentation
120120
- icon: fontawesome/brands/slack
121121
link: https://datajoint.slack.com
122122
name: Slack

0 commit comments

Comments
 (0)