Skip to content

Commit 358cc5c

Browse files
committed
Pin pkgdown and preferably versions
1 parent 156ed2c commit 358cc5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ jobs:
490490
apt-get update -y
491491
apt-get install -y ruby ruby-dev
492492
Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 'rmarkdown', 'roxygen2'), repos='https://cloud.r-project.org/')"
493-
Rscript -e "devtools::install_git('https://github.com/r-lib/pkgdown.git')"
494-
Rscript -e "devtools::install_git('https://github.com/amirmasoudabdol/preferably.git')"
493+
Rscript -e "devtools::install_version('pkgdown', version='2.0.1', repos='https://cloud.r-project.org')"
494+
Rscript -e "devtools::install_version('preferably', version='0.4', repos='https://cloud.r-project.org')"
495495
gem install bundler
496496
cd docs
497497
bundle install

0 commit comments

Comments
 (0)