From dceb15a7ef4cd0aa9ce168688231f7c0512dd887 Mon Sep 17 00:00:00 2001 From: Mikhail Rubanov Date: Sun, 17 Dec 2023 15:28:49 -0300 Subject: [PATCH] Fix another typo --- .github/workflows/update_docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 6f4af78..706ae21 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -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 @@ -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