Skip to content

Commit a4cb2d2

Browse files
committed
fix(ci): fix run build cmd
1 parent cffd543 commit a4cb2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- apt update && apt install -y git
33
- pip install --no-cache-dir uv
44
- uv sync
5-
- mkdocs build -d public
5+
- uv run mkdocs build -d public
66

77
include:
88
- project: "authoring/documentation/mkdocs-ci"

0 commit comments

Comments
 (0)