Skip to content

Commit

Permalink
yaml build file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Insang Song committed Jun 30, 2024
1 parent 9ae5e5c commit 04df2bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-coverage-pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Download covr report
uses: actions/download-artifact@v4
with:
name: covr-report
path: docs/coverage_report.html

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
Expand All @@ -86,9 +92,4 @@ jobs:
branch: gh-pages
folder: docs

- name: Download covr report
uses: actions/download-artifact@v4
with:
name: covr-report
path: docs

0 comments on commit 04df2bc

Please sign in to comment.