Skip to content

Commit

Permalink
Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Mar 11, 2024
1 parent dc2e1d3 commit 029abcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: setup-jdk
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 21
distribution: temurin
cache: maven
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion samples/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"watch": "parcel serve --dist-dir target/samples --open",
"dev": "parcel build --dist-dir target/samples --no-optimize",
"prod": "parcel build --dist-dir target/samples"
"prod": "parcel build --dist-dir target/samples --public-url /elemento/samples/"
},
"devDependencies": {
"@parcel/reporter-cli": "^2.12.0",
Expand Down

0 comments on commit 029abcd

Please sign in to comment.