File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -403,8 +403,8 @@ jobs:
403403 working-directory : packages/nuqs
404404 env :
405405 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
406- - name : Invalidate ISR cache for NPM in the docs
407- run : curl -s "https://nuqs.dev/api/isr?tag=npm-version&token=${{ secrets.ISR_TOKEN }}"
408- - name : Invalidate ISR cache for contributors in the docs
409- if : ${{ github.ref_name == 'next' && github.event_name == 'push' }}
410- run : curl -s "https://nuqs.dev/api/isr?tag=contributors&token=${{ secrets.ISR_TOKEN }}"
406+ - name : Invalidate ISR caches in the docs
407+ if : ${{ github.ref_name == 'master' && github.event_name == 'push' }}
408+ run : |
409+ curl -s "https://nuqs.dev/api/isr?tag=npm-version&token=${{ secrets.ISR_TOKEN }}"
410+ curl -s "https://nuqs.dev/api/isr?tag=contributors&token=${{ secrets.ISR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments