Skip to content

Commit

Permalink
Remove HOSTING_BASE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 17, 2023
1 parent df8243b commit e5387ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ env:
XCODE_VERSION: '~>15'
DERIVED_DATA_PATH: './DerivedData/'
DESTINATION: 'generic/platform=iOS'
HOSTING_BASE_PATH: 'AccessibilityDocumentation'
ARTEFACT_PATH: '../docs'

jobs:
Expand All @@ -51,8 +50,7 @@ jobs:
run: >
$(xcrun --find docc) process-archive
transform-for-static-hosting ${{ env.DERIVED_DATA_PATH }}Build/Products/Debug-iphoneos/${{ env.SCHEME }}.doccarchive
--output-path ${{ env.ARTEFACT_PATH }}
--hosting-base-path ${{ env.HOSTING_BASE_PATH }}
--output-path ${{ env.ARTEFACT_PATH }
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit e5387ee

Please sign in to comment.