Skip to content

Commit 89a5664

Browse files
authored
Merge pull request #1 from scientific-python/trigger-website-rebuild
Rebuild website each week after data bundle is published
2 parents ce107c2 + e9c6721 commit 89a5664

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,16 @@ jobs:
144144
145145
You can generate a report from this data using [devstats](https://github.com/scientific-python/devstats).
146146
147+
Reports for some key ecosystem packages are available at https://devstats.scientific-python.org
148+
147149
`${{ env.QUERY_FILENAME }}` contains the queries used for this release.
148150
tag_name: ${{ env.ISODATE }}
149151
files: |
150152
*.xz
153+
154+
- name: Rebuild devstats.scientific-python.org
155+
shell: bash
156+
env:
157+
NETLIFY_TRIGGER_URL: ${{ secrets.NETLIFY_TRIGGER_URL }}
158+
run: |
159+
curl -X POST -d {} "$NETLIFY_TRIGGER_URL"

0 commit comments

Comments
 (0)