From bf289039fe360aa74c0a3a913db404af7dcbf96b Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Tue, 24 Sep 2024 18:12:38 +0200 Subject: [PATCH] fix(demo-build): fix demo dosc deployments (#6042) --- .github/workflows/docsDeploy.yml | 7 ++++--- docs/main.ts | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docsDeploy.yml b/.github/workflows/docsDeploy.yml index 2b76b7b228..768498b538 100644 --- a/.github/workflows/docsDeploy.yml +++ b/.github/workflows/docsDeploy.yml @@ -24,10 +24,11 @@ jobs: with: repository: akveo/ngx-admin token: ${{ secrets.GH_PAT }} - - name: Deploy + - name: Deploy to GH pages + uses: nicoinch/ghpages@v3.0.0-alpha-1 env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - run: | + GH_PAT: ${{ secrets.GH_PAT }} + - run: | npm install --silent git config --global user.email "github-action@akveo.com" git config --global user.name "Github Action" diff --git a/docs/main.ts b/docs/main.ts index e2b5bd9a7f..11f9f13168 100644 --- a/docs/main.ts +++ b/docs/main.ts @@ -15,3 +15,4 @@ if (environment.production) { } platformBrowserDynamic().bootstrapModule(AppModule); +