git bash中执行:
1 | curl https://purge.jsdelivr.net/gh/username/reponame@latest/file.*** |
git commit中涉及到的文件,都需要分别purge一下。
当然如果没git bash,用浏览器访问也行的。
另一种方法,就是生成新tag的Release,然后使用 @latest 去引用。
强制删除缓存,接下来使用就生效了
来自https://cloud.tencent.com/developer/article/1777492