Skip to content

Commit

Permalink
Revetr to swift package
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 9, 2023
1 parent 3697ad4 commit e130ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Build
run: |
xcodebuild docbuild -scheme AccessibilityDocumentation -destination 'generic/platform=iOS' -derivedDataPath ./build
swift package --allow-writing-to-directory ${{ env.DERIVED_DATA_PATH }} generate-documentation --target ${{ env.SCHEME }} --destination {{ env.DESTINATION }} --disable-indexing --transform-for-static-hosting --hosting-base-path '${{ env.HOSTING_BASE_PATH }}' --output-path ${{ env.DERIVED_DATA_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit e130ec0

Please sign in to comment.