From f429f1fb80d9f05ef6ada1d7a557f994a9b9fba3 Mon Sep 17 00:00:00 2001 From: Ircama Date: Wed, 18 Jun 2025 21:32:05 +0200 Subject: [PATCH] Add Google Search Console verification file --- .github/workflows/jekyll-gh-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 9752d70..ba7475c 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -42,6 +42,9 @@ jobs: with: ruby-version: "3.3" bundler-cache: true # runs 'bundle install' to install and cache gems + - name: Add Google Search Console verification file + run: | + echo "google-site-verification: googlecef4261bbf37d740.html" > googlecef4261bbf37d740.html - name: Add a YAML front matter to README.md run: | ex README.md <