Skip to content

Commit

Permalink
Merge pull request #19 from JacobHearst/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
JacobHearst authored Feb 26, 2024
2 parents c9684d6 + a7678da commit dc318bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publishDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build and Publish Docs
on:
workflow_dispatch:
push:
branches:
- 'main'
branches: [ main ]

# Kill any previous run still executing
concurrency:
Expand All @@ -14,7 +13,7 @@ concurrency:
jobs:
build_docs:
name: Build and Archive Docs
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -51,4 +50,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
4 changes: 3 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ let package = Package(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
],
targets: [
.target(name: "ScryfallKit"),
.target(
name: "ScryfallKit"
),
.testTarget(
name: "ScryfallKitTests",
dependencies: ["ScryfallKit"])
Expand Down

0 comments on commit dc318bf

Please sign in to comment.