Skip to content

Commit 78f1b90

Browse files
committed
adjusting root of build artifacts
1 parent 434fcfc commit 78f1b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build project
2424
run: |
2525
npm ci
26-
npm run build
26+
npm run build -- --base=/dig/
2727
2828
- name: Upload static files as artifact
2929
id: deployment

0 commit comments

Comments
 (0)