Skip to content

Commit

Permalink
ci: REVERT ME: Install pkgdown from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 26, 2024
1 parent db087e8 commit 37c8bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
install-r: false
cache-version: pkgdown-1
needs: website
extra-packages: r-lib/pkgdown local::.
extra-packages: r-lib/pkgdown@b-init local::.

- uses: ./.github/workflows/custom/after-install
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
install-r: false
cache-version: pkgdown-2
needs: website
extra-packages: r-lib/pkgdown local::.
extra-packages: r-lib/pkgdown@b-init local::.

- uses: ./.github/workflows/custom/after-install
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''
Expand Down

0 comments on commit 37c8bb9

Please sign in to comment.