We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2caceb7 commit 86ae312Copy full SHA for 86ae312
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -157,12 +157,12 @@ jobs:
157
path: ${{ runner.temp }}/package
158
159
- name: Build site
160
- if: github.event_name == 'push' && matrix.config.os == 'macOS-latest'
+ if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
161
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
162
shell: Rscript {0}
163
164
- name: Deploy to GitHub pages 🚀
165
166
uses: JamesIves/github-pages-deploy-action@v4.4.1
167
with:
168
clean: false
0 commit comments