We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2f6ad commit ccff789Copy full SHA for ccff789
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
run: npm install
23
24
- name: Build
25
- run: npm run build -- --configuration production --base-href /Collaborative-Editor-UI/
+ run: npm run build --configuration production --base-href /Collaborative-Editor-UI/
26
27
- name: Deploy
28
uses: peaceiris/actions-gh-pages@v3
0 commit comments