Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyanagimoto committed Apr 26, 2024
1 parent 73809c0 commit 5f43aef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2

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

- name: Install dependencies
run: Rscript -e "install.packages('typst', repos = 'https://kazuyanagimoto.r-universe.dev')"
run: Rscript -e 'install.packages("typstcv", repos = "https://kazuyanagimoto.r-universe.dev")'

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

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 5f43aef

Please sign in to comment.