From 3b0b9cbdafb0429708c19982c9e70ce61d79df9f Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 29 Sep 2024 11:16:43 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3398dfa9b..aa06d99aaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,8 +113,7 @@ jobs: - name: Tweak content to publish to existing branch if: ${{ matrix.branch == 'gh-pages' }} run: | - RANDOM_CHAR=$(echo $RANDOM | tr -dc 'a-zA-Z0-9' | fold -w 1 | head -n 1) - echo "" >> integration/index.html + echo "" >> integration/index.html - name: Deploy with modifications to existing branch id: modified