Skip to content

Commit e772c23

Browse files
authored
Update news.yml
1 parent a307670 commit e772c23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/news.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
with:
3232
use-public-rspm: true
3333

34-
- name: Install Dependencies
35-
uses: r-lib/actions/setup-r-dependencies@v2
36-
with:
37-
extra-packges: any::pkgload, any::markdown, any::xml2, any::stringr
38-
needs: pkgload
39-
4034
- name: Generate NEWS.md
4135
run: |
4236
Rscript -e 'pak::local_install_deps(".", upgrade=FALSE, ask=FALSE, dependencies = TRUE); pkgload::load_all(); noclocksr::generate_news(output_file = "NEWS.md", input_file = "CHANGELOG.md", overwrite = TRUE)'

0 commit comments

Comments
 (0)