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 5c3c6c8 commit 6ab4d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2
- name: Install rmarkdown
run: Rscript -e 'install.packages(c("rmarkdown","bookdown"))'
- name: Crete Dir
run: mkdir -p _site
- name: Render Book
run: Rscript -e 'bookdown::render_book("README.md")'
- uses: actions/upload-artifact@v4
Expand All @@ -39,8 +41,6 @@ jobs:
name: _site # optional
# Destination path
path: _site # optional
build_dir: _site
target_branch: gh-pages
- name: Deploy to GitHub Pages
uses: Cecilapp/GitHub-Pages-deploy@v3
env:
Expand Down

0 comments on commit 6ab4d04

Please sign in to comment.