We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fb225 commit a7cbfd4Copy full SHA for a7cbfd4
.github/workflows/documentation.yml
@@ -95,7 +95,7 @@ jobs:
95
--additional-symbol-graph-dir \
96
.build/symbol-graphs \
97
--transform-for-static-hosting \
98
- --hosting-base-path /swift-vapor-routing/"$tag" \
+ --hosting-base-path /vapor-routing/"$tag" \
99
--output-path docs-out/"$tag" \
100
&& echo "✅ Documentation generated for "$tag" release." \
101
|| echo "⚠️ Documentation skipped for "$tag".";
0 commit comments