Skip to content

Commit

Permalink
Changed coverage report to target particular branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Sep 17, 2024
1 parent 29a0b1a commit 642c60f
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: Coverage Report
branch: documentation
folder: build/documentation/coverage
target-folder: coverage
target-folder: coverage-${{ github.ref_name }}

doxygen:
runs-on: ubuntu-latest
Expand All @@ -73,21 +73,4 @@ jobs:
name: Doxygen Documentation
branch: documentation
folder: build/documentation/doxygen/html
target-folder: doxygen

deploy:
runs-on: ubuntu-latest
needs:
- coverage
- doxygen

steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: documentation
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
target-folder: doxygen

0 comments on commit 642c60f

Please sign in to comment.