We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c61d58 commit 2d37e76Copy full SHA for 2d37e76
1 file changed
.github/workflows/deploy.yml
@@ -21,9 +21,6 @@ jobs:
21
- name: Install Dependencies
22
run: npm install
23
24
- - name: Install angular-cli-ghpages
25
- run: npx ng add angular-cli-ghpages --skip-confirmation
26
-
27
- name: Deploy to GitHub Pages
28
run: npx ng deploy --base-href=/Collaborative-Editor-UI/ --no-silent --c=production --skip-build=false
29
env:
0 commit comments