Skip to content

Commit

Permalink
fix(demo-build): fix demo dosc deployments (#6039)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Sep 24, 2024
1 parent 8be0436 commit 9ce151f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docsDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion docs/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ if (environment.production) {
}

platformBrowserDynamic().bootstrapModule(AppModule);

0 comments on commit 9ce151f

Please sign in to comment.