diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index e714660c..0b38de77 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -25,4 +25,4 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ../axiom-profiler-GUI/dist \ No newline at end of file + publish_dir: ./axiom-profiler-GUI/dist \ No newline at end of file