GitHub Pages Deploy #1426
Answered byArhell
github-cooper asked this question in Q&A
-
how to deploy with github pages with npm . What's the GitHub Actions file look like? |
BetaWas this translation helpful?Give feedback.
Answered by Arhell Nov 3, 2023
Replies: 2 comments 1 reply
-
https://v2.vuepress.vuejs.org/guide/deployment.html |
BetaWas this translation helpful?Give feedback.
0 replies
Answer selected bymeteorlxy
-
You can use an official action for this now: https://github.com/actions/deploy-pages actions/deploy-pages is nice because it directly creates a Pages deployment, while the older solutions used the gh-pages branch of your repo. It's also officially supported. |
BetaWas this translation helpful?Give feedback.
1 reply
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
https://v2.vuepress.vuejs.org/guide/deployment.html
or use https://github.com/peaceiris/actions-gh-pages