Skip to content

Commit

Permalink
chore(coverage-report): add no jekyll to the exclude list for clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Sep 3, 2024
1 parent 51747bd commit 19caf40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
uses: JamesIves/github-pages-deploy-action@8817a56e5bfec6e2b08345c81f4d422db53a2cdc
with:
branch: gh-pages
folder: cov/html
folder: cov/html
clean-exclude: |
.nojekyll

0 comments on commit 19caf40

Please sign in to comment.