We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2e0c1 commit 01342f6Copy full SHA for 01342f6
.github/workflows/deploy.yml
@@ -61,10 +61,10 @@ jobs:
61
run: |
62
covr::package_coverage()
63
shell: Rscript {0}
64
- - name: Downgrade pkgdown
65
- run: |
66
- remotes::install_version("pkgdown", "2.0.3")
67
- shell: Rscript {0}
+ #- name: Downgrade pkgdown
+ # run: |
+ # remotes::install_version("pkgdown", "2.0.3")
+ # shell: Rscript {0}
68
- name: Build docs
69
70
Rscript -e 'devtools::document(); pkgdown::build_site(new_process = FALSE)'
@@ -84,4 +84,4 @@ jobs:
84
- name: Deploy to GitHub Pages
85
id: deployment
86
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
87
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v1
0 commit comments