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); +