Skip to content

Commit

Permalink
Fixed publish_dir in CD action
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Nov 24, 2023
1 parent 824eb11 commit b23b286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ../axiom-profiler-GUI/dist
publish_dir: ./axiom-profiler-GUI/dist

0 comments on commit b23b286

Please sign in to comment.