We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bb92a commit f9ac5e2Copy full SHA for f9ac5e2
.github/workflows/website.yml
@@ -75,8 +75,8 @@ jobs:
75
rm -rf deploy/third-party/monaco-editor/package/dev/
76
- name: some nice dirs
77
run : |
78
- mkdir -- 'deploy/../../../vs' | sed '...' && \
79
- cp -r -- 'deplot/vs' 'deploy/../../../vs' | sed '...'
+ mkdir -- 'deploy/../../../vs' && \
+ cp -r -- 'deplot/vs' 'deploy/../../../vs'
80
- name: Upload artifact
81
uses: actions/upload-pages-artifact@v3
82
with:
0 commit comments