Skip to content

Commit

Permalink
feat: Upgrade the multiversion docs action (#259)
Browse files Browse the repository at this point in the history
Upgrade the multiversion docs action to v3:
https://github.com/insightsengineering/r-pkgdown-multiversion/releases/tag/v3.0.0

v3 uses XML parsing to update the docs, which is a major improvement
from v2, which used text parsing methods.
  • Loading branch information
cicdguy authored Oct 25, 2024
1 parent da0ba8e commit 44f718a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
shell: bash

- name: Create and publish docs ↗️
uses: insightsengineering/r-pkgdown-multiversion@v2
uses: insightsengineering/r-pkgdown-multiversion@v3
with:
path: ${{ github.event.repository.name }}
default-landing-page: ${{ env.default-landing-page }}
Expand Down

0 comments on commit 44f718a

Please sign in to comment.