Closed gvegayon closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
:loudspeaker: Thoughts on this report? Let us know!
As part of this issue, it would be good to fix the broken bullet point rendering in the pkgdown website. It looks fine in the readme rendering, so it's a good test-case of what this can prevent in the future.
The issue has this task listed too. Is that something you'd be able to add here?
See this on the website:
This pull request updates the GitHub Actions workflow for building and deploying the
pkgdown
site. The most important changes include adding permissions for pull requests, saving artifacts, and posting artifacts to pull requests.Enhancements to GitHub Actions workflow:
.github/workflows/pkgdown.yaml
: Addedpull-requests: write
permission to thepermissions
section..github/workflows/pkgdown.yaml
: Added steps to save thepkgdown-site
artifact and post it to the pull request if the event is a pull request.