We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9880ecc commit 112afeaCopy full SHA for 112afea
2 files changed
.github/workflows/check.yml
@@ -28,5 +28,5 @@ jobs:
28
run: Rscript -e 'blogdown::install_hugo(version="0.152.2")' # Latest is currently broken
29
30
- name: Build site with blogdown
31
- run: Rscript -e "blogdown::build_site()"
+ run: Rscript -e 'if (!blogdown::build_site()) stop("Build failed")'
32
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
33
- name: Deploy 🚀
34
uses: peaceiris/actions-gh-pages@v3
0 commit comments