From 71bbb16b213e8e3acd96c61b62392597a8bd6ab4 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Wed, 20 Sep 2023 12:28:05 +0200 Subject: [PATCH] Add upgrade-remotes input --- .github/workflows/pkgdown.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 7a51a803..b460e70a 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -47,6 +47,11 @@ on: required: false default: false type: boolean + upgrade-remotes: + description: If true, upgrades the 'remotes' R package to the edge version + required: false + default: false + type: boolean additional-env-vars: description: | Extra environment variables, as a 'key=value' pair, with each pair on a new line. @@ -187,6 +192,7 @@ jobs: enable-check: ${{ inputs.enable-staged-dependencies-check }} run-system-dependencies: ${{ inputs.install-system-dependencies }} direction: ${{ inputs.sd-direction }} + upgrade-remotes: ${{ inputs.upgrade-remotes }} - name: Install R package 🚧 run: |