diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7231ae98b..a0e09e239 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,13 +20,9 @@ jobs: run: | printf "$APP_ENV_FILE" > dist/browser/assets/appConfig.json printf "$AUTH_ENV_FILE" > dist/browser/assets/authConfig.json - echo $FAVICO | base64 -d > dist/browser/favicon.ico - printf "$LOGO" > dist/browser/assets/icons/logo.svg env: APP_ENV_FILE: ${{secrets.APP_CONFIG_CF}} AUTH_ENV_FILE: ${{secrets.AUTH_CONFIG_CF}} - FAVICO: ${{secrets.FAVICON_BASE}} - LOGO: ${{secrets.LOGO_SVG}} - name: Publish to CF Pages uses: cloudflare/pages-action@1 with: diff --git a/src/app/home/brand/brand.component.html b/src/app/home/brand/brand.component.html deleted file mode 100644 index a6381356f..000000000 --- a/src/app/home/brand/brand.component.html +++ /dev/null @@ -1,3 +0,0 @@ -