Skip to content

Commit

Permalink
Use srcs target for Swift doc builds (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored May 28, 2024
1 parent b5075f8 commit 6ee5098
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 @@ -46,7 +46,7 @@ jobs:
- name: Generate Documentation for Swift
working-directory: ./swift
run: |
make V=1
make V=1 srcs
xcodebuild docbuild \
-project ice.xcodeproj \
Expand Down

0 comments on commit 6ee5098

Please sign in to comment.