From e5387ee4935e016bf8934ce2b1b0acbbb559ce3b Mon Sep 17 00:00:00 2001 From: Mikhail Rubanov Date: Sun, 17 Dec 2023 16:31:45 -0300 Subject: [PATCH] Remove HOSTING_BASE_PATH --- .github/workflows/update_docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 0b29242..d1affd8 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -24,7 +24,6 @@ env: XCODE_VERSION: '~>15' DERIVED_DATA_PATH: './DerivedData/' DESTINATION: 'generic/platform=iOS' - HOSTING_BASE_PATH: 'AccessibilityDocumentation' ARTEFACT_PATH: '../docs' jobs: @@ -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