We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be0436 commit 9ce151fCopy full SHA for 9ce151f
.github/workflows/docsDeploy.yml
@@ -26,7 +26,7 @@ jobs:
26
token: ${{ secrets.GH_PAT }}
27
- name: Deploy
28
env:
29
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
30
run: |
31
npm install --silent
32
git config --global user.email "[email protected]"
docs/main.ts
@@ -15,4 +15,3 @@ if (environment.production) {
15
}
16
17
platformBrowserDynamic().bootstrapModule(AppModule);
18
-
0 commit comments