diff --git a/.github/workflows/docsDeploy.yml b/.github/workflows/docsDeploy.yml index 0b679c0c..8b137fd5 100644 --- a/.github/workflows/docsDeploy.yml +++ b/.github/workflows/docsDeploy.yml @@ -22,9 +22,8 @@ jobs: - name: Deploy uses: nicoinch/ghpages@v3.0.0-alpha-1 env: - BUILD_DIR: ngx-admin/ GH_TOKEN: ${{ secrets.GH_PAT }} - run: | + - run: | npm install --silent git config --global user.email "github-action@akveo.com" git config --global user.name "Github Action"