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 f9ac5e2 commit 38ef969Copy full SHA for 38ef969
.github/workflows/website.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: some nice dirs
77
run : |
78
mkdir -- 'deploy/../../../vs' && \
79
- cp -r -- 'deplot/vs' 'deploy/../../../vs'
+ cp -r -- 'deploy/vs' 'deploy/../../../vs'
80
- name: Upload artifact
81
uses: actions/upload-pages-artifact@v3
82
with:
0 commit comments