Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 17, 2023
1 parent eaad2b0 commit dceb15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2

- name: Build
- name: Compile
run: >
xcodebuild docbuild -scheme ${{ env.SCHEME }}
-destination 'generic/platform=iOS'
-derivedDataPath ${{ env.DERIVED_DATA_PATH }}
- name: Build
- name: Make Static Site
run: >
$(xcrun --find docc) process-archive
transform-for-static-hosting ${{ env.DERIVED_DATA_PATH }}Build/Products/Debug-iphoneos/${{ env.SCHEME }}.doccarchive
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ${ env.ARTEFACT_PATH }documentation/${{ env.SCHEME_LOWERCASED }}/
path: ${{ env.ARTEFACT_PATH }}

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit dceb15a

Please sign in to comment.