Skip to content

Commit

Permalink
disable banner
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-black committed Sep 18, 2023
1 parent 4e6ed6a commit 3ab88a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GATSBY_FUNCTIONS_URL=
SHOW_ANNOUNCEMENT_BANNER=true
SHOW_ANNOUNCEMENT_BANNER=false
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ab88a0

Please sign in to comment.