Skip to content

Commit 6bdaefe

Browse files
committed
store mimeExtension.js file in artifacts for debugging
1 parent 5481287 commit 6bdaefe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-js-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
else
7272
echo "✅ Build artifacts match expected output (ignoring known 'load' hash in package.json)."
7373
fi
74-
74+
- name: Move js/lib/mimeExtension.js to plotly/labextension/mimeExtension.js
75+
run: |
76+
mv js/lib/mimeExtension.js plotly/labextension/mimeExtension.js
7577
- name: Store the build artifacts from plotly/labextension
7678
uses: actions/upload-artifact@v4
7779
if: failure()

0 commit comments

Comments
 (0)