Skip to content

Commit

Permalink
Fix source folder for gh-pages deployment #3910
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 7, 2025
1 parent b7713e5 commit 3e795d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-visualization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ jobs:
with:
token: ${{ secrets.DEPLOY_TOKEN }}
branch: gh-pages
folder: gh-pages/visualization/app
folder: visualization/dist/webpack
target-folder: visualization/app
clean: true
2 changes: 1 addition & 1 deletion .github/workflows/staging-visualization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
with:
token: ${{ secrets.DEPLOY_TOKEN }}
branch: gh-pages
folder: visualization/dist/webpack/
folder: visualization/dist/webpack
target-folder: stg/visualization
clean: true

0 comments on commit 3e795d1

Please sign in to comment.