From bd52e8de858e88046536adff62838f92decfec74 Mon Sep 17 00:00:00 2001 From: Andre Kazmierczak Date: Mon, 16 Dec 2024 23:57:50 +0100 Subject: [PATCH] ci: use 'docs' as docc output path --- .github/workflows/docc.yml | 2 +- scripts/docc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docc.yml b/.github/workflows/docc.yml index e57de9a..24ec6b8 100644 --- a/.github/workflows/docc.yml +++ b/.github/workflows/docc.yml @@ -41,7 +41,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: '.docs' + path: 'docs' - id: deployment name: Deploy to GitHub Pages uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/scripts/docc.sh b/scripts/docc.sh index 768d5b1..d1a5b44 100644 --- a/scripts/docc.sh +++ b/scripts/docc.sh @@ -1,7 +1,7 @@ xcodebuild docbuild -scheme tap-guard -destination 'generic/platform=macOS' -derivedDataPath "$PWD/.derivedData" $(xcrun --find docc) process-archive \ transform-for-static-hosting "$PWD/.derivedData/Build/Products/Debug/TapGuard.doccarchive" \ - --output-path .docs \ + --output-path docs \ --hosting-base-path "TapGuard" echo "" > docs/index.html; \ No newline at end of file