Skip to content

Commit

Permalink
Changed public url in CD action
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Nov 24, 2023
1 parent 484a908 commit 920fd7f
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 @@ -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'
Expand Down

0 comments on commit 920fd7f

Please sign in to comment.