From f7144643b2c40671bcc9ed7cd795c10c9d9f1c98 Mon Sep 17 00:00:00 2001 From: david-swift Date: Fri, 4 Oct 2024 00:40:55 +0200 Subject: [PATCH] Fix building docs failing --- .github/workflows/docs.yml | 8 ++++---- .../{meta-sqlite.docc => MetaSQLite.docc}/MetaSQLite.md | 0 .../theme-settings.json | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename Sources/{meta-sqlite.docc => MetaSQLite.docc}/MetaSQLite.md (100%) rename Sources/{meta-sqlite.docc => MetaSQLite.docc}/theme-settings.json (100%) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6491463..d028e13 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,17 +24,17 @@ jobs: - name: Build Docs run: | xcrun xcodebuild docbuild \ - -scheme Meta \ + -scheme MetaSQLite \ -destination 'generic/platform=macOS' \ -derivedDataPath "$PWD/.derivedData" \ -skipPackagePluginValidation xcrun docc process-archive transform-for-static-hosting \ - "$PWD/.derivedData/Build/Products/Debug/Meta.doccarchive" \ + "$PWD/.derivedData/Build/Products/Debug/MetaSQLite.doccarchive" \ --output-path "docs" \ - --hosting-base-path "Meta" + --hosting-base-path "meta-sqlite" - name: Modify Docs run: | - echo "" > docs/index.html; + echo "" > docs/index.html; sed -i '' 's/,2px/,10px/g' docs/css/index.*.css - name: Upload Artifact uses: actions/upload-pages-artifact@v3 diff --git a/Sources/meta-sqlite.docc/MetaSQLite.md b/Sources/MetaSQLite.docc/MetaSQLite.md similarity index 100% rename from Sources/meta-sqlite.docc/MetaSQLite.md rename to Sources/MetaSQLite.docc/MetaSQLite.md diff --git a/Sources/meta-sqlite.docc/theme-settings.json b/Sources/MetaSQLite.docc/theme-settings.json similarity index 100% rename from Sources/meta-sqlite.docc/theme-settings.json rename to Sources/MetaSQLite.docc/theme-settings.json