From 5f566fd9b3bafd29b1b75bfc30557383dd8ef82e Mon Sep 17 00:00:00 2001 From: cb341 Date: Fri, 18 Sep 2026 20:19:05 +0200 Subject: [PATCH 1/2] Improve caching policy for dev --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 8b9391e..b6a3221 100644 --- a/_config.yml +++ b/_config.yml @@ -39,6 +39,12 @@ kramdown: plugins: - jekyll-sitemap +# Jekyll defaults to `no-store`, which prevents testing the browser's +# back/forward cache. Always revalidate local responses without disabling it. +webrick: + headers: + Cache-Control: no-cache + exclude: - Gemfile - Gemfile.lock From 2e77417b1b59070e8c547fec57490415c2ae4bb7 Mon Sep 17 00:00:00 2001 From: cb341 Date: Fri, 18 Sep 2026 20:20:49 +0200 Subject: [PATCH 2/2] Fix double CI run --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be075c6..1361f7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: CI on: push: branches-ignore: ["main"] - pull_request: jobs: build: