Skip to content

Commit

Permalink
Removing extra doublo-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 25, 2024
1 parent 2460325 commit 186ed1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
- name: Render the file ${{ matrix.files.fn }}
run: |
rmarkdown::render(
'vignettes/${{ matrix.files.fn }}.Rmd',
output_format = 'rmarkdown::github_document'
)
rmarkdown::render('vignettes/${{ matrix.files.fn }}.Rmd', output_format = 'rmarkdown::github_document')
shell: Rscript --vanilla -e "{0}"

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 186ed1f

Please sign in to comment.