-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding action to post artifact #90
Conversation
Thank you for your contribution @zsusswein 🚀! Your pkgdown-site is ready for download 👉 here 👈! |
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files📢 Thoughts on this report? Let us know! |
The issue has this task listed too. Is that something you'd be able to add here? See this on the website: |
I think fd5453e fixes the broken bullet. Also, the mermaid diagram is not rendering properly, but that is something I would address in a separate PR as it needs more coding. |
fd5453e
to
2b34a24
Compare
* Adding action to post artifact * Forgot to add path * Forgot to update news * Fixing enum
* Adding action to post artifact * Forgot to add path * Forgot to update news * Fixing enum
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.