Skip to content

Commit ae521c4

Browse files
authored
Disable 'Deploy Web Viewer' job (#1438)
* Disable 'Deploy Web Viewer' job * Commenting out instead of deleting
1 parent 8bcd1a0 commit ae521c4

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)