Skip to content

Commit

Permalink
feat: Netlify app master-dcmjs2 deploy build
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 6, 2024
1 parent 7a2d343 commit a510988
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

This is a community effort so please help improve support for a wide range of DICOM data and use cases.

See [live examples here](https://dcmjs2.netlify.com/)
See [live examples here](https://master--dcmjs2.netlify.app/)

# Goals

Expand Down

0 comments on commit a510988

Please sign in to comment.