chore: update README and build workflow for manifest handling

- Removed the repository configuration section from the README to streamline documentation.
- Updated the build workflow to create a photos manifest JSON file before running the Vite build, enhancing the build process.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-28 18:53:49 +08:00
parent 1337069c74
commit aaa4c2b4f5
2 changed files with 2 additions and 5 deletions

View File

@@ -38,4 +38,5 @@ jobs:
uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm run build
- run: echo '{"version":"v2","data":[]}' > apps/web/src/data/photos-manifest.json
- run: pnpm vite build

View File

@@ -109,10 +109,6 @@ Create `builder.config.json` file for storage configuration and other options:
```json
{
"repo": {
"enable": false,
"url": "https://github.com/username/gallery-assets"
},
"storage": {
"provider": "s3",
"bucket": "my-photos",