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