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 4f6b930 commit 15f3a13Copy full SHA for 15f3a13
.github/workflows/deplot-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Copying release artifacts to public folder
27
run: |
28
mkdir -p ./public
29
- cp -r ./phoenix/dist ./public
+ cp -r ./phoenix/dist/. ./public
30
shell: bash
31
- name: Deploy Github Pages
32
uses: peaceiris/actions-gh-pages@v3
0 commit comments