Skip to content

Commit de8fdbb

Browse files
1 parent 57d5743 commit de8fdbb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,8 @@ jobs:
6969
run: |
7070
mkdir deploy/third-party && \
7171
mkdir deploy/third-party/monaco-editor && \
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 && \
76-
cp -r deploy/third-party/monaco-editor/0.52.2/package/min/vs deploy/vs
72+
tar -xvzf third-party/monaco-editor-0.52.2.tgz -C deploy/third-party/monaco-editor && \
73+
cp -r deploy/third-party/monaco-editor/package/min/vs deploy/vs
7774
- name: Upload artifact
7875
uses: actions/upload-pages-artifact@v3
7976
with:
-14 MB
Binary file not shown.

0 commit comments

Comments
 (0)