Skip to content

Commit

Permalink
Lock version of deploy action (#2033)
Browse files Browse the repository at this point in the history
This changelist updates our GitHub CI to lock the version of the web deployment action, as the head revision of this action is currently broken.
  • Loading branch information
jstone-lucasfilm authored Sep 27, 2024
1 parent 8fef28d commit 70cb28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:

- name: Deploy Web Viewer
if: matrix.build_javascript == 'ON' && github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
branch: gh-pages
folder: javascript/MaterialXView/dist
Expand Down

0 comments on commit 70cb28d

Please sign in to comment.