We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434fcfc commit 78f1b90Copy full SHA for 78f1b90
.github/workflows/gh-pages.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build project
24
run: |
25
npm ci
26
- npm run build
+ npm run build -- --base=/dig/
27
28
- name: Upload static files as artifact
29
id: deployment
0 commit comments