Skip to content

Commit

Permalink
ci: fix reversion to a bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTaylor committed Jun 4, 2024
1 parent 131785b commit dd292b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check
extra-repositories: https://timtaylor.r-universe.dev

- uses: r-lib/actions/check-r-package@v2
id: rcmdcheck
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
extra-repositories: https://timtaylor.r-universe.dev

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

0 comments on commit dd292b6

Please sign in to comment.