From d844ac1a587866fe82ce41045446ed030b6a7ed3 Mon Sep 17 00:00:00 2001 From: Fonti Kar Date: Mon, 6 May 2024 13:33:17 +1000 Subject: [PATCH] Fixed synax error in workflow --- .github/workflows/quarto-publish-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto-publish-example.yml b/.github/workflows/quarto-publish-example.yml index f51e9c7..28eca13 100644 --- a/.github/workflows/quarto-publish-example.yml +++ b/.github/workflows/quarto-publish-example.yml @@ -29,7 +29,7 @@ jobs: # version: SPECIFIC-QUARTO-VERSION-HERE # add software dependencies here and any libraries - From https://github.com/r-lib/actions/tree/v2-branch/setup-r + #From https://github.com/r-lib/actions/tree/v2-branch/setup-r - name: Setup R uses: r-lib/actions/setup-r@v2