Skip to content

Commit

Permalink
Rebuild website each week after data bundle is published
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jan 10, 2025
1 parent ce107c2 commit 09e8e1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,10 @@ jobs:
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 09e8e1c

Please sign in to comment.