Skip to content

Commit

Permalink
fix gh-action ranger errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Aug 24, 2023
1 parent 9e67fc8 commit 0d56ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -34,8 +34,8 @@ jobs:
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}
# - {os: ubuntu-latest, r: 'oldrel-3'}
# - {os: ubuntu-latest, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgdown.yaml
Expand Up @@ -40,6 +40,7 @@ jobs:
install.packages("remotes")
remotes::install_github("ModelOriented/DrWhyTemplate")
install.packages("textshaping")
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 0d56ac0

Please sign in to comment.