Skip to content

Commit 0518344

Browse files
authored
Update azure-pipelines.yml (#140)
1 parent 6f06366 commit 0518344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
# `GITHUB_PAT` is a GitHub access token stored on Azure Pipelines.
6262
- script: |
6363
set -e
64+
sudo apt-get install -qq pandoc
6465
# Lock in a previous version of `pkgdown` and its dependencies.
6566
sudo Rscript -e "install.packages(c('fs', 'highlight', 'httr', 'memoise', 'openssl', 'purrr', 'rmarkdown', 'rstudioapi', 'whisker', 'xml2', 'yaml'))"
6667
sudo Rscript -e "install.packages('https://cran.r-project.org/src/contrib/Archive/pkgdown/pkgdown_1.5.1.tar.gz', repos = NULL, type = 'source')"

0 commit comments

Comments
 (0)