Skip to content

Commit 9ccc0c9

Browse files
doenst work
1 parent b422b03 commit 9ccc0c9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ jobs:
2929

3030
- name: Build site with blogdown
3131
run: Rscript -e "blogdown::build_site()"
32-
33-
- name: Check
34-
run: Rscript -e "blogdown::serve_site()"
32+

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: Rscript -e 'install.packages(c("rmarkdown","blogdown", "remotes"))'
2626

2727
- name: Install hugo
28-
run: Rscript -e 'blogdown::install_hugo(version="0.134.0")'
28+
run: Rscript -e 'blogdown::install_hugo(version="0.134.0")' # Update to the latest version
2929

3030
- name: Build site with blogdown
3131
run: Rscript -e "blogdown::build_site()"

0 commit comments

Comments
 (0)