Skip to content

Commit 81ed4e5

Browse files
committed
Cleanup
1 parent 1d80de0 commit 81ed4e5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/automate-release-post.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
use-public-rspm: true
2323

24+
- name: Setup renv
25+
uses: r-lib/actions/setup-renv@v2
26+
2427
- uses: r-lib/actions/setup-r-dependencies@v2
2528
with:
2629
packages: |
@@ -66,6 +69,11 @@ jobs:
6669
}
6770
shell: Rscript {0}
6871

72+
- name: Render Quarto Project
73+
uses: quarto-dev/quarto-actions/render@v2
74+
with:
75+
path: posts/
76+
6977
- uses: peter-evans/create-pull-request@10db75894f6d53fc01c3bb0995e95bd03e583a62
7078
id: cpr
7179
with:
@@ -75,6 +83,8 @@ jobs:
7583
author: epiverse-trace-bot <epiverse-trace-bot@users.noreply.github.com>
7684
branch: automated-release-post
7785
branch-suffix: timestamp
78-
add-paths: posts
86+
add-paths: |
87+
posts
88+
_freeze
7989
title: Automated release blog post `${{ env.PACKAGE }}` - `${{ env.PACKAGE_VERSION }}`
8090
delete-branch: true

_templates/release.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cat(paste("```{r}", "library({{ pkgname }})", "```", sep = "\n"))
1515
```
1616

1717
{{ notes }}
18-
1918
## Acknowledgements
2019

2120
```{r ctbs, results='asis', echo=FALSE, message = FALSE}

0 commit comments

Comments
 (0)