Skip to content

Commit

Permalink
Update docc.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Nov 4, 2023
1 parent d0f0e61 commit bb29ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
-destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/AppState.doccarchive \
--output-path docs;
--output-path docs \
--hosting-base-path '';
- name: artifacts
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit bb29ef5

Please sign in to comment.