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 e2be4c0 commit 0317990Copy full SHA for 0317990
.github/workflows/nextjs.yml
@@ -72,7 +72,8 @@ jobs:
72
mkdir deploy/third-party/monaco-editor/0.23.0 && \
73
mkdir deploy/third-party/monaco-editor/0.52.2 && \
74
tar -xvzf third-party/monaco-editor-0.23.0.tgz -C deploy/third-party/monaco-editor/0.23.0 && \
75
- tar -xvzf third-party/monaco-editor-0.52.2.tgz -C deploy/third-party/monaco-editor/0.52.2
+ tar -xvzf third-party/monaco-editor-0.52.2.tgz -C deploy/third-party/monaco-editor/0.52.2 && \
76
+ cp -r deploy/third-party/monaco-editor/0.52.2/package/min/vs deploy/vs
77
- name: Upload artifact
78
uses: actions/upload-pages-artifact@v3
79
with:
0 commit comments