diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fd9b71e..1dc0a06 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: run: | xcodebuild docbuild -scheme Fastis \ -destination generic/platform=iOS \ - OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path Fastis --output-path docs" + OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path Fastis --output-path public" - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: