From 3ab88a09b2a35d881d94a38fba30a552c64c74c4 Mon Sep 17 00:00:00 2001 From: Devin Black <82221522+devin-black@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:21:01 -0400 Subject: [PATCH] disable banner --- .env.example | 2 +- .github/workflows/website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 38863ee8..412e78f3 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ GATSBY_FUNCTIONS_URL= -SHOW_ANNOUNCEMENT_BANNER=true \ No newline at end of file +SHOW_ANNOUNCEMENT_BANNER=false \ No newline at end of file diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 66e0dc45..4824a7f6 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -62,7 +62,7 @@ jobs: - name: Build env: GATSBY_FUNCTIONS_URL: ${{ needs.prepare-deploy.outputs.function_URL }} - SHOW_ANNOUNCEMENT_BANNER: true + SHOW_ANNOUNCEMENT_BANNER: false run: | yarn build