Skip to content

Commit

Permalink
Change docs target (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure authored Apr 21, 2022
1 parent 2e219b0 commit 19d38c6
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 32 deletions.
1 change: 0 additions & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- name: Compile Docs
run: |
set -eux
cd /home/runner/work/swift-bundler/swift-bundler/Documentation
git config user.email "[email protected]"
git config user.name "stackotter"
git fetch
Expand Down
File renamed without changes.
14 changes: 0 additions & 14 deletions Documentation/Package.resolved

This file was deleted.

16 changes: 0 additions & 16 deletions Documentation/Package.swift

This file was deleted.

7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ let package = Package(
"TOMLKit",
"Rainbow",
"Version"
])
]),
// The target containing documentation
.target(
name: "SwiftBundler",
path: "Documentation",
exclude: ["preview_docs.sh"])
]
)

0 comments on commit 19d38c6

Please sign in to comment.