From b9101464a99c56df242f89d21edb16f5c60d72c0 Mon Sep 17 00:00:00 2001 From: ojyrkinen Date: Fri, 24 Nov 2023 14:20:42 +0100 Subject: [PATCH] Fixed path in CD action --- .github/workflows/continuous_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'