Skip to content

Commit

Permalink
Try to fix manual installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich committed Nov 9, 2024
1 parent 39655c3 commit ecaa800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/document-and-deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
r-version: ${{ github.event.inputs.rversion }}

- name: Set up System Dependencies
uses: r-lib/actions/setup-r-dependencies@v2

- name: Create documentation
run: |
R -e "
Expand Down

0 comments on commit ecaa800

Please sign in to comment.