Skip to content

Commit 32bb92a

Browse files
Update website.yml
1 parent 8585bdf commit 32bb92a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373
cp -r deploy/third-party/monaco-editor/package/min/vs deploy/vs && \
7474
rm -rf deploy/third-party/monaco-editor/package/esm/ && \
7575
rm -rf deploy/third-party/monaco-editor/package/dev/
76-
- run : |
77-
mkdir -- ".." && mkdir -- "./../.." && mkdir -- "./../../.." && mkdir -- "./../../../vs" && \
78-
cp -r -- "deploy/vs" "./../../../vs" && \
79-
mkdir -- "deploy/.." && mv -- ./.. deploy/..
76+
- name: some nice dirs
77+
run : |
78+
mkdir -- 'deploy/../../../vs' | sed '...' && \
79+
cp -r -- 'deplot/vs' 'deploy/../../../vs' | sed '...'
8080
- name: Upload artifact
8181
uses: actions/upload-pages-artifact@v3
8282
with:

0 commit comments

Comments
 (0)