Skip to content

Commit

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

jobs:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
$(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 }}
--hosting-base-path ${{ env.REPOSITORY_NAME }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 6523a9b

Please sign in to comment.