1

我让我的构建服务器在每次构建后将通过/失败图形上传到 gh-pages。我想在我的项目页面上显示它。

http://jasperblues.github.io/Typhoon/build-status.png

但是,似乎 gh-pages 正在缓存。. 我怎样才能告诉 gh-pages 不要缓存这个 iamge?

4

1 回答 1

1

You can add a file in the directory where the png image is contained called .htaccess

The contents should be:

ExpiresByType image/png "access plus 5 minutes"
于 2013-12-09T09:22:05.547 回答