Skip to content

Commit

Permalink
github-pages-deploy-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 authored Nov 18, 2024
1 parent 3cf7f4c commit 14508be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build site
run: Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'
- name: Deploy to GitHub pages 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: _book

0 comments on commit 14508be

Please sign in to comment.