Skip to content

Commit f9ac5e2

Browse files
Update website.yml
1 parent 32bb92a commit f9ac5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
rm -rf deploy/third-party/monaco-editor/package/dev/
7676
- name: some nice dirs
7777
run : |
78-
mkdir -- 'deploy/../../../vs' | sed '...' && \
79-
cp -r -- 'deplot/vs' 'deploy/../../../vs' | sed '...'
78+
mkdir -- 'deploy/../../../vs' && \
79+
cp -r -- 'deplot/vs' 'deploy/../../../vs'
8080
- name: Upload artifact
8181
uses: actions/upload-pages-artifact@v3
8282
with:

0 commit comments

Comments
 (0)