We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e8a19 commit 9dfd9a6Copy full SHA for 9dfd9a6
.github/dependabot.yml
@@ -41,7 +41,6 @@ updates:
41
time: "18:00"
42
timezone: "Etc/UTC"
43
open-pull-requests-limit: 5
44
- # 'reviewers' is not a valid property in Dependabot config; removed
45
labels:
46
- "github-actions"
47
- "auto-merge"
readme-viewer.html
@@ -1680,7 +1680,7 @@ <h4 id="prefReadTitle">Reading</h4>
1680
};
1681
1682
try {
1683
- const localResponse = await fetchWithTimeout('./README.md');
+ const localResponse = await fetchWithTimeout('./README.md', { cache: 'no-store' });
1684
if (localResponse.ok) {
1685
const localMarkdown = await localResponse.text();
1686
if (!isUsableReadme(localMarkdown)) {
0 commit comments