-
Notifications
You must be signed in to change notification settings - Fork 641
Add explanation about Github workflow permissions in chapter 20 #977
Copy link
Copy link
Closed
r-lib/actions
#719Description
Section 20.2 declares:
After successful execution of use_pkgdown_github_pages(), you should be able to visit your new site at the URL displayed in the output above.
Nevertheless, there is one more step needed for the website to be properly published.
One should go to its Github repo, and then:
- Settings
- Actions
- General
- Scroll down to "Workflow permissions"
- Check "Read and write permissions"
Without this, my Github Actions kept failing.
Only after looking my error online I found this solution, and now it works.
I think this should be added to save valuable time for first-time package developers like myself.
Thanks again for the book!
It facilitated my first package, rtlr - you're welcome to check it out!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels