Skip to content

Commit 60bc85d

Browse files
Update deploy action in GitHub CI (#2318)
This changelist updates the web deploy action in GitHub CI to to v4.7.3, the latest version.
1 parent 20fd8f4 commit 60bc85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337

338338
- name: Deploy Web Viewer
339339
if: github.event_name != 'pull_request'
340-
uses: JamesIves/github-pages-deploy-action@v4.6.4
340+
uses: JamesIves/github-pages-deploy-action@v4.7.3
341341
with:
342342
branch: gh-pages
343343
folder: javascript/MaterialXView/dist

0 commit comments

Comments
 (0)