Skip to content

Commit

Permalink
Update docc.yml
Browse files Browse the repository at this point in the history
Fix docc base path
  • Loading branch information
jihoonahn committed Jun 2, 2024
1 parent d1ed893 commit 5c5fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
--target Builder \
--output-path docs-out/"$tag" \
--transform-for-static-hosting \
--hosting-base-path /builder/"$tag" \
--hosting-base-path /swift-builder/"$tag" \
&& echo "✅ Documentation generated for "$tag" release." \
|| echo "⚠️ Documentation skipped for "$tag".";
fi;
Expand Down

0 comments on commit 5c5fa69

Please sign in to comment.