Skip to content

Commit b8fbc8c

Browse files
committed
One more try for CI
1 parent 15717e7 commit b8fbc8c

3 files changed

Lines changed: 8 additions & 24 deletions

File tree

.github/workflows/swift.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
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 \
@@ -81,6 +84,7 @@ jobs:
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 \

Package.resolved

Lines changed: 0 additions & 23 deletions
This file was deleted.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)