We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f06366 commit 0518344Copy full SHA for 0518344
azure-pipelines.yml
@@ -61,6 +61,7 @@ jobs:
61
# `GITHUB_PAT` is a GitHub access token stored on Azure Pipelines.
62
- script: |
63
set -e
64
+ sudo apt-get install -qq pandoc
65
# Lock in a previous version of `pkgdown` and its dependencies.
66
sudo Rscript -e "install.packages(c('fs', 'highlight', 'httr', 'memoise', 'openssl', 'purrr', 'rmarkdown', 'rstudioapi', 'whisker', 'xml2', 'yaml'))"
67
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