From c583485b10e8e22a6691a4ae32910002cc3a8a77 Mon Sep 17 00:00:00 2001 From: Ahmed Homoudi Date: Tue, 12 Mar 2024 02:09:07 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +