Skip to content

Commit 86ae312

Browse files
committed
mac is not supported, ubuntu is default
1 parent 2caceb7 commit 86ae312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ jobs:
157157
path: ${{ runner.temp }}/package
158158

159159
- name: Build site
160-
if: github.event_name == 'push' && matrix.config.os == 'macOS-latest'
160+
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
161161
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
162162
shell: Rscript {0}
163163

164164
- name: Deploy to GitHub pages 🚀
165-
if: github.event_name == 'push' && matrix.config.os == 'macOS-latest'
165+
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
166166
uses: JamesIves/github-pages-deploy-action@v4.4.1
167167
with:
168168
clean: false

0 commit comments

Comments
 (0)