File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 with :
7474 swift-version : ' 5.9'
7575
76+ - name : Resolve Package Dependencies
77+ run : swift package resolve
78+
7679 - name : Generate Documentation
7780 run : |
7881 swift package generate-documentation \
8184 --transform-for-static-hosting \
8285 --hosting-base-path PartialJSON \
8386 --output-path ./docs
87+ continue-on-error : false
8488
8589 - name : Upload Documentation to GitHub Pages
8690 uses : peaceiris/actions-gh-pages@v3
@@ -101,6 +105,9 @@ jobs:
101105 with :
102106 swift-version : ' 5.9'
103107
108+ - name : Resolve Package Dependencies
109+ run : swift package resolve
110+
104111 - name : Validate Documentation
105112 run : |
106113 swift package generate-documentation \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ let package = Package(
1919 ] ,
2020 dependencies: [
2121 // Dependencies declare other packages that this package depends on.
22- . package ( url: " https://github.com/apple/swift-docc-plugin " , exact : " 1.2.0 " )
22+ . package ( url: " https://github.com/apple/swift-docc-plugin " , from : " 1.4.3 " )
2323 ] ,
2424 targets: [
2525 // Targets are the basic building blocks of a package, defining a module or a test suite.
You can’t perform that action at this time.
0 commit comments