We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3b452 commit a2860c5Copy full SHA for a2860c5
2 files changed
Dockerfile
@@ -20,6 +20,7 @@ RUN uv sync --no-install-project --no-default-groups
20
21
# Copy documentation source files
22
COPY . .
23
+
24
# above resets the cache, always clone the latest version of the project
25
RUN . .venv/bin/activate && git clone https://github.com/hololinked-dev/hololinked.git && \
26
cd hololinked && pip install -e . && cd ..
docs/humans.txt
@@ -5,7 +5,7 @@
5
From: Chennai, India
6
7
/* SITE */
8
- Last update: 2025/12/30
+ Last update: 2026/01/15
9
Language: English
10
Doctype: HTML5
11
IDE: VS Code
0 commit comments