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 c0c6237 commit 745829bCopy full SHA for 745829b
.github/workflows/website.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: move data to the website folder
50
run: |
51
- mv test_output.csv website/
+ mv test_output.csv dashboard_website/
52
53
- name: Build documentation
54
@@ -60,12 +60,12 @@ jobs:
60
61
62
63
- mv docs/_build/html website/documentation
+ mv "docs/_build/html" "dashboard_website/documentation"
64
65
- name: Upload docs artifact
66
uses: actions/upload-pages-artifact@v3
67
with:
68
- path: 'website'
+ path: 'dashboard_website'
69
70
deploy:
71
needs: build
0 commit comments