Skip to content

Commit

Permalink
fix: restore DESCRIPTION modified by Roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Sep 9, 2024
1 parent df1961e commit 2d467d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
# ℹ See `?pkgdepends::pkg_refs()` for supported package sources.
repository-path: ${{ github.event.repository.name }}

- name: Restore DESCRIPTION ⚙️
run: git restore DESCRIPTION

- name: Generate man pages 📄
run: |
logfile <- "roxygen_${{ github.event.repository.name }}.log"
Expand Down

0 comments on commit 2d467d7

Please sign in to comment.