Skip to content

Commit 44f718a

Browse files
authored
feat: Upgrade the multiversion docs action (#259)
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.
1 parent da0ba8e commit 44f718a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
shell: bash
381381

382382
- name: Create and publish docs ↗️
383-
uses: insightsengineering/r-pkgdown-multiversion@v2
383+
uses: insightsengineering/r-pkgdown-multiversion@v3
384384
with:
385385
path: ${{ github.event.repository.name }}
386386
default-landing-page: ${{ env.default-landing-page }}

0 commit comments

Comments
 (0)