Skip to content

Commit

Permalink
Merge pull request #1 from scientific-python/trigger-website-rebuild
Browse files Browse the repository at this point in the history
Rebuild website each week after data bundle is published
  • Loading branch information
stefanv authored Jan 11, 2025
2 parents ce107c2 + e9c6721 commit 89a5664
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,16 @@ jobs:
You can generate a report from this data using [devstats](https://github.com/scientific-python/devstats).
Reports for some key ecosystem packages are available at https://devstats.scientific-python.org
`${{ env.QUERY_FILENAME }}` contains the queries used for this release.
tag_name: ${{ env.ISODATE }}
files: |
*.xz
- name: Rebuild devstats.scientific-python.org
shell: bash
env:
NETLIFY_TRIGGER_URL: ${{ secrets.NETLIFY_TRIGGER_URL }}
run: |
curl -X POST -d {} "$NETLIFY_TRIGGER_URL"

0 comments on commit 89a5664

Please sign in to comment.