Skip to content

Commit 341c5fd

Browse files
authored
Remove Xcode setup from documentation workflow
Removed Xcode setup step from documentation workflow.
1 parent fb4bb9b commit 341c5fd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

30-
- name: Setup Xcode
31-
uses: maxim-lobanov/setup-xcode@v1
32-
with:
33-
xcode-version: latest-stable
34-
3530
- name: Build Documentation
3631
run: |
32+
swift package resolve
33+
swift build
3734
swift package generate-documentation \
3835
--target DataStructuresKit \
3936
--disable-indexing \

0 commit comments

Comments
 (0)