Skip to content

Commit dc7439b

Browse files
authored
Add blogdown::check_content diagnostic
Hopefully will show why draft posts are being published
1 parent a956621 commit dc7439b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blog.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
- name: Build site
6868
run: |
6969
npm run build:blog
70+
- name: Check site
71+
run: |
72+
Rscript -e "blogdown::check_content()"
7073
- uses: actions/upload-artifact@v3
7174
with:
7275
name: blog

0 commit comments

Comments
 (0)