Skip to content

Commit 29bc035

Browse files
authored
Merge pull request #171 from Progi1984/newcontributors.json
`traces` : Generate newcontributors.json
2 parents 57cac50 + c16c7e2 commit 29bc035

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ jobs:
9292
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
9393
run: mv ./traces/topcompanies.json ./dist
9494

95+
- name: Move file (NewContributors) 📁
96+
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
97+
run: mv ./traces/newcontributors.json ./dist
98+
9599
- name: Write CNAME file
96100
run: echo 'contributors.prestashop-project.org' > ./dist/CNAME
97101

0 commit comments

Comments
 (0)