Skip to content

Commit

Permalink
docc
Browse files Browse the repository at this point in the history
  • Loading branch information
UriyDevyataev committed Mar 20, 2024
1 parent 3e18877 commit 8d0a275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
swift-version: '5.7'
- name: Generate Docs
run: swift build -v -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"
run: swift build -v -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"
uses: fwcd/swift-docc-action@v1
with:
target: Fastis
Expand Down

0 comments on commit 8d0a275

Please sign in to comment.