Switch to recommending direct github actions deploy to github pages over using the gh-pages branch #37448
Unanswered
amithkk
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub actions now natively supports the capability to publish directly to github pages without needing to commit code to the gh-pages branch, which removes the need to commit generated source code.
This is done with the https://github.com/marketplace/actions/deploy-to-github-pages action. However the documentation still recommends use of the gh-pages branch.
Beta Was this translation helpful? Give feedback.
All reactions