Skip to content

Commit

Permalink
fix: don't restore DESCRIPTION in roxygen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Sep 26, 2024
1 parent 6d6d8f7 commit f5bf0cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,6 @@ jobs:
github-token: ${{ steps.github-token.outputs.token }}
repository-path: ${{ github.event.repository.name }}

# setup-r-dependencies makes modifications to DESCRIPTION which
# should not be committed during Roxygen auto-update.
- name: Restore DESCRIPTION ⚙️
run: git restore DESCRIPTION
working-directory: ${{ github.event.repository.name }}
shell: bash

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

0 comments on commit f5bf0cf

Please sign in to comment.