From 80fa9fce7cf07d2442ac59366ae545a7f9981d96 Mon Sep 17 00:00:00 2001 From: "d.strigo" Date: Tue, 24 Sep 2024 17:38:57 +0200 Subject: [PATCH] fix(demo-build): fix demo dosc deployments --- .github/workflows/docsDeploy.yml | 2 +- docs/main.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docsDeploy.yml b/.github/workflows/docsDeploy.yml index 2117723f..2b76b7b2 100644 --- a/.github/workflows/docsDeploy.yml +++ b/.github/workflows/docsDeploy.yml @@ -26,7 +26,7 @@ jobs: token: ${{ secrets.GH_PAT }} - name: Deploy env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | npm install --silent git config --global user.email "github-action@akveo.com" diff --git a/docs/main.ts b/docs/main.ts index 11f9f131..e2b5bd9a 100644 --- a/docs/main.ts +++ b/docs/main.ts @@ -15,4 +15,3 @@ if (environment.production) { } platformBrowserDynamic().bootstrapModule(AppModule); -