Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bondarenkom authored Feb 15, 2024
1 parent a5506ed commit 30db8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install rmarkdown
run: Rscript -e 'install.packages(c("rmarkdown","bookdown"))'
- name: Render Book
run: Rscript -e 'bookdown::render_book("README.Rmd")'
run: Rscript -e 'bookdown::render_book("README.md")'
- uses: actions/upload-artifact@v2
with:
name: _book
Expand Down

0 comments on commit 30db8dd

Please sign in to comment.