Skip to content

Commit

Permalink
📦 ci(public/banner.png): add new banner format
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsOnuoha committed Oct 27, 2023
1 parent ca54f20 commit cc31c8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
steps:
- name: Check variables
run: |
echo "repository variable : $VITE_APP_TITLE"
echo "organization variable : $ORGANIZATION_VAR"
echo "overridden variable : $OVERRIDE_VAR"
echo "variable from shell environment : $env_var"
echo "VITE_APP_TITLE: $VITE_APP_TITLE"
echo "VITE_APP_DESCRIPTION: $VITE_APP_DESCRIPTION"
echo "VITE_APP_WEBSITE: $VITE_APP_WEBSITE"
echo "VITE_APP_IMG: $VITE_APP_IMG"
echo "VITE_APP_KEYWORDS: $VITE_APP_KEYWORDS"
echo "VITE_APP_LANG: $VITE_APP_LANG"
- uses: actions/checkout@v2
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
Binary file added public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/banner.webp
Binary file not shown.

0 comments on commit cc31c8d

Please sign in to comment.