Skip to content

Commit a7cbfd4

Browse files
authored
Fix online doc generation (#9)
1 parent 36fb225 commit a7cbfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
--additional-symbol-graph-dir \
9696
.build/symbol-graphs \
9797
--transform-for-static-hosting \
98-
--hosting-base-path /swift-vapor-routing/"$tag" \
98+
--hosting-base-path /vapor-routing/"$tag" \
9999
--output-path docs-out/"$tag" \
100100
&& echo "✅ Documentation generated for "$tag" release." \
101101
|| echo "⚠️ Documentation skipped for "$tag".";

0 commit comments

Comments
 (0)