Skip to content

Commit

Permalink
Update news.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Sep 14, 2024
1 parent a307670 commit e772c23
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
with:
use-public-rspm: true

- name: Install Dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packges: any::pkgload, any::markdown, any::xml2, any::stringr
needs: pkgload

- name: Generate NEWS.md
run: |
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)'
Expand Down

0 comments on commit e772c23

Please sign in to comment.