diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b70d4ee..8513e79 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: | @@ -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. - \ No newline at end of file +