We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0933a3d commit ae25459Copy full SHA for ae25459
1 file changed
.github/workflows/deploy.yml
@@ -22,6 +22,6 @@ jobs:
22
run: npm install
23
24
- name: Deploy to GitHub Pages
25
- run: npx ng deploy --base-href=/Collaborative-Editor-UI/ --no-silent --c=production
+ run: npx ng deploy --base-href=/Collaborative-Editor-UI/
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments