Skip to content

Commit

Permalink
tired_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyao Tian committed Sep 6, 2024
1 parent 196b1b0 commit fcb2fb1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,18 @@ jobs:
use-public-rspm: true

# Install dependencies, including EveTemplate
- name: Install dependencies
run: remotes::install_github("neuroconductor/EveTemplate")
- name: Install EveTemplate package
run: |
remotes::install_github("neuroconductor/EveTemplate")
shell: Rscript {0}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_LIBS_USER: /home/runner/work/_temp/Library
TZ: UTC
_R_CHECK_SYSTEM_CLOCK_: FALSE
NOT_CRAN: true
RSPM: https://packagemanager.posit.co/cran/__linux__/jammy/latest
RENV_CONFIG_REPOS_OVERRIDE: https://packagemanager.posit.co/cran/__linux__/jammy/latest

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit fcb2fb1

Please sign in to comment.