Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haren724 authored Jan 16, 2025
1 parent 79538ea commit 7829d71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
with:
swift-version: '6.0.0'
- name: Generate Docs
uses: fwcd/swift-docc-action@v1
with:
target: UserDocumentation
output: ./docs
transform-for-static-hosting: 'true'
disable-indexing: 'true'
hosting-base-path: wallpaper-player-mac
run: |
swift package --allow-writing-to-directory ./docs \
generate-documentation --target "UserDocumentation" \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path "wallpaper-player-mac" \
--output-path ./docs
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 7829d71

Please sign in to comment.