Skip to content

Commit

Permalink
Move coverage report to different directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vldtecno committed Oct 27, 2023
1 parent 20704d7 commit 5e52fd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: ${{ steps.deployment.outputs.page_url }}/UnitTestCoverage
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

runs-on: ubuntu-latest
Expand Down Expand Up @@ -83,4 +83,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 5e52fd7

Please sign in to comment.