Skip to content

Commit 745829b

Browse files
committed
add the new build path
1 parent c0c6237 commit 745829b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: move data to the website folder
5050
run: |
51-
mv test_output.csv website/
51+
mv test_output.csv dashboard_website/
5252
5353
- name: Build documentation
5454
run: |
@@ -60,12 +60,12 @@ jobs:
6060
6161
- name: move data to the website folder
6262
run: |
63-
mv docs/_build/html website/documentation
63+
mv "docs/_build/html" "dashboard_website/documentation"
6464
6565
- name: Upload docs artifact
6666
uses: actions/upload-pages-artifact@v3
6767
with:
68-
path: 'website'
68+
path: 'dashboard_website'
6969

7070
deploy:
7171
needs: build

0 commit comments

Comments
 (0)