We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5481287 commit 6bdaefeCopy full SHA for 6bdaefe
.github/workflows/check-js-build.yml
@@ -71,7 +71,9 @@ jobs:
71
else
72
echo "✅ Build artifacts match expected output (ignoring known 'load' hash in package.json)."
73
fi
74
-
+ - name: Move js/lib/mimeExtension.js to plotly/labextension/mimeExtension.js
75
+ run: |
76
+ mv js/lib/mimeExtension.js plotly/labextension/mimeExtension.js
77
- name: Store the build artifacts from plotly/labextension
78
uses: actions/upload-artifact@v4
79
if: failure()
0 commit comments