mirror of
https://github.com/one-among-us/data.git
synced 2024-11-22 03:04:51 +08:00
[O] Only repackage if non-comment files changed
This commit is contained in:
parent
c256e03517
commit
4ece2e4652
12
.github/workflows/generator.yml
vendored
12
.github/workflows/generator.yml
vendored
@ -47,10 +47,18 @@ jobs:
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: dist
|
||||
|
||||
|
||||
|
||||
- name: Check for document changes, ignoring comments
|
||||
uses: dorny/paths-filter@v2
|
||||
id: changes
|
||||
with:
|
||||
filters: |
|
||||
src:
|
||||
- 'people/**/*[!.json]'
|
||||
|
||||
- name: Trigger web repackage
|
||||
uses: actions/github-script@v6
|
||||
if: steps.changes.outputs.src == 'true'
|
||||
with:
|
||||
github-token: ${{ secrets.GH_PERSONAL_TOKEN }}
|
||||
script: |
|
||||
|
Loading…
Reference in New Issue
Block a user