Skip to content

Commit

Permalink
Update DocC Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Apr 30, 2024
1 parent befcd22 commit fb8d2a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/actions/publish_pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ runs:
--transform-for-static-hosting \
--hosting-base-path ${{ inputs.base_path }};
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: docs

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/space-code/concurrency.git", .upToNextMajor(from: "0.0.1")),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/space-code/log.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/space-code/atomic.git", .upToNextMajor(from: "1.0.0")),
.package(
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/space-code/concurrency.git", .upToNextMajor(from: "0.0.1")),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/space-code/log.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/space-code/atomic.git", .upToNextMajor(from: "1.0.0")),
.package(
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/space-code/concurrency.git", .upToNextMajor(from: "0.0.1")),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/space-code/log.git", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/space-code/atomic.git", .upToNextMajor(from: "1.0.0")),
.package(
Expand Down

0 comments on commit fb8d2a2

Please sign in to comment.