Point desktop build at cinny-local update manifest script for mobile CI.
All checks were successful
All checks were successful
This commit is contained in:
4
.github/workflows/update-manifest.yml
vendored
4
.github/workflows/update-manifest.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'cinny/public/update/*.md'
|
||||
- 'scripts/generate-update-manifest.mjs'
|
||||
- 'cinny/scripts/generate-update-manifest.mjs'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
node-version: '20'
|
||||
|
||||
- name: Generate manifest.json
|
||||
run: node scripts/generate-update-manifest.mjs
|
||||
run: node cinny/scripts/generate-update-manifest.mjs
|
||||
|
||||
- name: Commit manifest if changed
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user