We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a67bb6 commit 0d56de4Copy full SHA for 0d56de4
bin/update-book-preview
@@ -43,13 +43,11 @@ git worktree add --checkout gh-pages "$REMOTE"/gh-pages
43
export DOCC_JSON_PRETTYPRINT="YES"
44
45
# Build documentation, writing output in the gh-pages/docs subdirectory.
46
-export SWIFTPM_ENABLE_COMMAND_PLUGINS=1
47
swift package \
48
--allow-writing-to-directory "./gh-pages/docs" \
49
generate-documentation \
50
--target TSPL \
51
--disable-indexing \
52
- --transform-for-static-hosting \
53
--experimental-enable-custom-templates \
54
--hosting-base-path swift-book \
55
--output-path "./gh-pages/docs"
0 commit comments