Skip to content

Commit 0d56de4

Browse files
committed
Remove options that are no longer needed.
Incorporates review comments from Ethan Kusters (@ethan-kusters).
1 parent 3a67bb6 commit 0d56de4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/update-book-preview

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ git worktree add --checkout gh-pages "$REMOTE"/gh-pages
4343
export DOCC_JSON_PRETTYPRINT="YES"
4444

4545
# Build documentation, writing output in the gh-pages/docs subdirectory.
46-
export SWIFTPM_ENABLE_COMMAND_PLUGINS=1
4746
swift package \
4847
--allow-writing-to-directory "./gh-pages/docs" \
4948
generate-documentation \
5049
--target TSPL \
5150
--disable-indexing \
52-
--transform-for-static-hosting \
5351
--experimental-enable-custom-templates \
5452
--hosting-base-path swift-book \
5553
--output-path "./gh-pages/docs"

0 commit comments

Comments
 (0)