Skip to content

Commit a94ca30

Browse files
authored
Remove upper bound limit on docc plugin
Updates check-docs.sh to use any 1.x.y version of `swift-docc-plugin`. This fixes a bug where docs can't be generated using flags like: `--symbol-graph-minimum-access-level` etc.
1 parent 67428c1 commit a94ca30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/check-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
cat <<EOF >> "$package_file"
4444
4545
package.dependencies.append(
46-
.package(url: "https://github.com/swiftlang/swift-docc-plugin", "1.0.0"..<"1.4.0")
46+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0")
4747
)
4848
EOF
4949
done

0 commit comments

Comments
 (0)