Skip to content

Commit

Permalink
fix(CI): chagned the way R version is passed to the documentation wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
kpagacz committed Mar 21, 2024
1 parent 55ee620 commit fdc6b89
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ on:
release:
types: [published]
schedule:
- cron: '21 13 * * 1,3,5'

env:
# R version to use for the workflows
R_VERSION: "3.6"
- cron: "21 13 * * 1,3,5"

# Docs on concurrency:
# https://docs.github.com/en/actions/using-jobs/using-concurrency
Expand All @@ -56,7 +52,7 @@ jobs:
uses: pharmaverse/admiralci/.github/workflows/pkgdown.yml@main
if: github.event_name == 'push'
with:
r-version: "$R_VERSION"
r-version: 3.6
# Whether to skip multiversion docs
# Note that if you have multiple versions of docs,
# your URL links are likely to break due to path changes
Expand Down

0 comments on commit fdc6b89

Please sign in to comment.