Skip to content

Commit

Permalink
お試し
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Feb 12, 2025
1 parent 74d0098 commit 5436aa0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 33 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:

- name: Build DocC
run: |
swift package --allow-writing-to-directory ./docs \
generate-documentation \
--target WebUI \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path WebUI \
--output-path ./docs
$(xcrun --find docc) convert Sources/WebUI/Documentation.docc \
--fallback-display-name WebUI \
--fallback-bundle-identifier org.cybozu.WebUI \
--fallback-bundle-version 1 \
--output-dir Reference.doccarchive
$(xcrun --find docc) process-archive \
transform-for-static-hosting Reference.doccarchive \
--output-path ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
23 changes: 0 additions & 23 deletions Package.resolved

This file was deleted.

3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ let package = Package(
targets: ["WebUI"]
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin.git", exact: "1.4.3")
],
targets: [
.target(
name: "WebUI",
Expand Down

0 comments on commit 5436aa0

Please sign in to comment.