Skip to content

Commit

Permalink
Merge branch 'master' into test_resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
jgockley62 authored Jun 12, 2024
2 parents 1da8bd2 + efbcfee commit b8ad26d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ name: pkgdown

jobs:
pkgdown:
runs-on: macOS-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@@v2
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v1

- name: Query dependencies
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
install.packages("remotes")
remotes::install_deps(dependencies = TRUE)
install.packages("pkgdown", type = "binary")
# install.packages("pkgdown", type = "binary")
shell: Rscript {0}

- name: Install package
Expand Down

0 comments on commit b8ad26d

Please sign in to comment.