File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : macos-latest
2121 steps :
2222 - uses : actions/checkout@v4
23- - uses : swift-actions/setup-swift@v1
23+ - uses : swift-actions/setup-swift@v3
2424 with :
2525 swift-version : ${{ matrix.swift-version }}
2626 - run : swift test
Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
1010 runs-on : macos-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : swift-actions/setup-swift@v1
13+ - uses : swift-actions/setup-swift@v3
1414 with :
1515 swift-version : " 5.9"
1616 - name : generate-documentation
1717 # https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/generating-documentation-for-hosting-online/
1818 run : >
19- swift package
20- --allow-writing-to-directory ./docs
21- generate-documentation
22- --output-path ./docs
23- --hosting-base-path NdArray
24- --disable-indexing
19+ swift package
20+ --allow-writing-to-directory ./docs
21+ generate-documentation
22+ --output-path ./docs
23+ --hosting-base-path NdArray
24+ --disable-indexing
2525 --transform-for-static-hosting
2626 - name : generate theme-settings.json
2727 run : echo '' > theme-settings.json
You can’t perform that action at this time.
0 commit comments