Skip to content

Commit

Permalink
💚Fix docbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvitek authored Jan 16, 2024
1 parent f8e997c commit dbf0723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Documentation Generation
run: xcodebuild docbuild -scheme ACKategories -derivedDataPath ./docc -destination 'generic/platform=iOS'
- name: Update GH Page
run: (xcrun --find docc) process-archive transform-for-static-hosting ./docc/Build/Products/Debug-iphoneos/ACKategories.doccarchive --hosting-base-path ACKategories --output-path docs
run: $(xcrun --find docc) process-archive transform-for-static-hosting ./docc/Build/Products/Debug-iphoneos/ACKategories.doccarchive --hosting-base-path ACKategories --output-path docs


0 comments on commit dbf0723

Please sign in to comment.