Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 6.0
// swift-tools-version: 6.2
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
6 changes: 5 additions & 1 deletion scripts/build-docc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -eux

TEMP_DIR="$(pwd)/temp"
TEMPLATE_VERSION="release/6.2.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.3?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There isn't a .3 release


cleanup()
{
Expand Down Expand Up @@ -39,8 +40,11 @@ do
done

if [ -z "${DOCC_HTML_DIR:-}" ]; then
git submodule update --init --recursive
pushd scripts/swift-docc-render-artifact
git fetch
git checkout "$TEMPLATE_VERSION"
export DOCC_HTML_DIR="./scripts/swift-docc-render-artifact/dist"
popd
fi

if test "$BUILD_SYMBOLS" == 1; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/swift-docc-render-artifact