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