Skip to content

Commit 9d4628e

Browse files
committed
Update documentation build workflow to include source code links in docs
1 parent 174b215 commit 9d4628e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
--disable-indexing \
3939
--transform-for-static-hosting \
4040
--hosting-base-path swift-cross-ui \
41-
--output-path gh-pages/docs
41+
--output-path gh-pages/docs \
42+
--source-service github \
43+
--source-service-base-url https://github.com/stackotter/swift-cross-ui/blob/main \
44+
--checkout-path $(pwd)
4245
4346
CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
4447

0 commit comments

Comments
 (0)