Skip to content

Commit 4c4496c

Browse files
authored
Merge pull request #16 from sprinteins/ci/adjust-deployment
chore: Remove base url for sprinteins deployment
2 parents 4bc429f + fda5e36 commit 4c4496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
npm i @nx/nx-linux-x64-gnu
2525
npm clean-install
26-
PUBLIC_URL=open-scd npm run-script build
26+
npm run-script build
2727
npm run-script doc
2828
2929
- name: Copy Core Docs to OpenSCD

0 commit comments

Comments
 (0)