Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi authored Mar 12, 2024
1 parent f95a4e6 commit c583485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install remotes
run: |
Rscript -e "remotes::install_github("AHomoudi/AquaFortR", subdir = "RPackage")"
Rscript -e 'remotes::install_github("AHomoudi/AquaFortR", subdir = "RPackage")'
- name: Compile
run: |
Expand All @@ -62,4 +62,4 @@ jobs:
with:
branch: book-depoly # The branch the action should deploy to.
folder: QuartoBook/_book # The folder the action should deploy.


0 comments on commit c583485

Please sign in to comment.