Skip to content

Commit

Permalink
CI: fix yaml file typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely committed May 31, 2024
1 parent b816814 commit 9129d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2

- name: Install R packages
- run: Rscript -e 'install.packages("rmarkdown")'
run: Rscript -e 'install.packages("rmarkdown")'

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 9129d8e

Please sign in to comment.