diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index c6f08e4a..e8b64b59 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - - run: trunk build --release --public-url /${{ github.event.repository.name }}/axiom-profiler-GUI + - run: trunk build --release --public-url /${{ github.event.repository.name }}/axiom-profiler-GUI/ - uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main'