Skip to content

Commit

Permalink
Install promises as deploy dependency in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stellabelin committed Oct 12, 2023
1 parent 2be7427 commit a94c411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- name: Install deploy dependencies
run: |
install.packages("devtools")
install.packages("promises")
shell: Rscript {0}

- name: Update DESCRIPTION and documentation
Expand Down

0 comments on commit a94c411

Please sign in to comment.