We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57cac50 + c16c7e2 commit 29bc035Copy full SHA for 29bc035
.github/workflows/gh-pages.yml
@@ -92,6 +92,10 @@ jobs:
92
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
93
run: mv ./traces/topcompanies.json ./dist
94
95
+ - name: Move file (NewContributors) 📁
96
+ if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
97
+ run: mv ./traces/newcontributors.json ./dist
98
+
99
- name: Write CNAME file
100
run: echo 'contributors.prestashop-project.org' > ./dist/CNAME
101
0 commit comments