File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -349,13 +349,14 @@ jobs:
349349 npm run build
350350 working-directory : javascript/MaterialXView
351351
352- - name : Deploy Web Viewer
353- if : github.event_name != 'pull_request'
354- uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
355- with :
356- branch : gh-pages
357- folder : javascript/MaterialXView/dist
358- single-commit : true
352+ # Disable the gh-pages deploy as we protect the gh-pages branch
353+ # - name: Deploy Web Viewer
354+ # if: github.event_name != 'pull_request'
355+ # uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
356+ # with:
357+ # branch: gh-pages
358+ # folder: javascript/MaterialXView/dist
359+ # single-commit: true
359360
360361 - name : Upload JavaScript Package
361362 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments