Add generate-docs command to build task
The Swift Docc has to run in a Linux container to be able to build the documentation, as it needs access to the inotify.h header files.
This commit is contained in:
@@ -47,6 +47,7 @@ let package = Package(
|
||||
.product(name: "ArgumentParser", package: "swift-argument-parser"),
|
||||
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
|
||||
.product(name: "Logging", package: "swift-log"),
|
||||
.product(name: "_NIOFileSystem", package: "swift-nio"),
|
||||
.product(name: "Subprocess", package: "swift-subprocess"),
|
||||
.product(name: "Noora", package: "Noora")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user