From fd62e8ce8021e94c38d710f432f84eaee0f7df1b Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sat, 23 Nov 2024 08:44:45 +0100 Subject: [PATCH] move verification files to build process --- .github/workflows/pages.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7fb48f3cd..8a83772dd 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -35,10 +35,19 @@ jobs: # id: pages # uses: actions/configure-pages@v5 - name: Build with Jekyll - # Outputs to the './_site' directory by default run: bundle exec jekyll build env: JEKYLL_ENV: production + - name: Google verification file + run: | + echo "google-site-verification: googleeb5b9accd9e1e7c6.html" > _site/googleeb5b9accd9e1e7c6.html + - name: Bing verification file + run: | + echo "874E17F27A8EABE9DDAED762FC498BC4" > _site/BingSiteAuth.xml + - name: BlueSky verification file + run: | + mkdir _site/.well-known/ + echo "did:plc:honlpxnvzll2rpfcszvgrgw5" > _site/.well-known/atproto-did - name: Fix locale Hebrew id: locale-he run: |