Skip to content

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidree committed May 29, 2024
1 parent a14bfd2 commit 05c4af9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
any::rmarkdown
any::knitr
any::shiny

- name: Render and Publish
Expand Down
2 changes: 0 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,4 @@ In this blog I will share contents of my life, my work, and also I will create t
>
> - Spatial Data Science
>
> - ...
>
> - Teaching

0 comments on commit 05c4af9

Please sign in to comment.