Skip to content

Commit

Permalink
Fixed more indent issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof Van Der Haeghen committed Jan 26, 2024
1 parent 0608fb5 commit 5e83775
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-action-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
- uses: actions/checkout@v3
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: '3.1.1'
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
needs: website
with:
extra-packages: any::pkgdown, local::.
needs: website
- name: Render Site
run: Rscript -e 'rmarkdown::render_site(input = "webBuild", output_format = "all" envir = parent.frame(), quiet = FALSE, encoding = "UTF-8")'
- name: Commit results
Expand Down

0 comments on commit 5e83775

Please sign in to comment.