mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user