File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 69
69
run : |
70
70
mkdir deploy/third-party && \
71
71
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
77
74
- name : Upload artifact
78
75
uses : actions/upload-pages-artifact@v3
79
76
with :
You can’t perform that action at this time.
0 commit comments