Merge pull request #643 from novuhq/deprecate-echo-terminal #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Invalidate Framework Snippet Cache | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- next | |
- main | |
paths: | |
- "framework-terminal.js" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- run: "curl -X GET https://purge.jsdelivr.net/gh/novuhq/docs/framework-terminal.min.js" | |
- run: "curl -X GET https://purge.jsdelivr.net/gh/novuhq/docs/framework-terminal.js" |