From 42f8e4f544775bc611cc59f7dea225df35c6df45 Mon Sep 17 00:00:00 2001 From: Alejandro Villar Date: Mon, 31 Jul 2023 14:29:14 +0200 Subject: [PATCH] Add validation marker to index --- .github/workflows/validate-and-process.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-and-process.yml b/.github/workflows/validate-and-process.yml index 636687a..4d7251a 100644 --- a/.github/workflows/validate-and-process.yml +++ b/.github/workflows/validate-and-process.yml @@ -43,17 +43,18 @@ jobs: with open('index.html', 'w') as f: f.write('') f.write('${{ github.repository }}') - f.write(' - Building Blocks

') + f.write(' - Building Blocks

') f.write('${{ github.repository }}') f.write('

') - name: Setup Pages if: ${{ github.event.repository.has_pages }}