Skip to content

Commit

Permalink
fix: set working directory in Roxygen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Sep 9, 2024
1 parent 2d467d7 commit e5b303c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:

- name: Restore DESCRIPTION ⚙️
run: git restore DESCRIPTION
working-directory: ${{ github.event.repository.name }}
shell: bash

- name: Generate man pages 📄
run: |
Expand Down

0 comments on commit e5b303c

Please sign in to comment.