Skip to content

Commit 0317990

Browse files
fix
1 parent e2be4c0 commit 0317990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
mkdir deploy/third-party/monaco-editor/0.23.0 && \
7373
mkdir deploy/third-party/monaco-editor/0.52.2 && \
7474
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
75+
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
7677
- name: Upload artifact
7778
uses: actions/upload-pages-artifact@v3
7879
with:

0 commit comments

Comments
 (0)