Skip to content

Commit

Permalink
Changed CD action
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Nov 24, 2023
1 parent b910146 commit 08a30c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:

- uses: actions/checkout@v2

- run: trunk build --release --public-url /${{ github.event.repository.name }}/axiom-profiler-GUI/
- run: |
cd axiom-profiler-GUI
trunk build --release
# 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 08a30c8

Please sign in to comment.