Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Dec 18, 2024
2 parents 16d9d5a + 3e99811 commit e077e5f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
* New arg `force_install` allows users to bypass cache while installing
dependencies.

# rworkflows 1.0.4

## Bug fixes

* Remove deprecated package (`pandoc-citeproc`) from Dockerfile.

# rworkflows 1.0.3

## New features
Expand Down
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,18 @@ runs:
install.packages("pkgdown")
shell: Rscript {0}

- name: 🛠 Install gh cli and jq
if: inputs.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
sudo apt-get install -y gh jq
shell: bash {0}

- name: 🛠 Update quarto to latest release
if: inputs.run_pkgdown == 'true' && runner.os == 'Linux'
uses: quarto-dev/quarto-actions/setup@v2
with:
version: release

- name: ℹ️ Session info ️
run: |
options(width = 100, crayon.enabled = TRUE)
Expand Down
1 change: 0 additions & 1 deletion inst/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN apt-get update && \
libicu-dev \
libssl-dev \
make pandoc \
pandoc-citeproc \
zlib1g-dev \
xfonts-100dpi \
xfonts-75dpi \
Expand Down

0 comments on commit e077e5f

Please sign in to comment.