GitHub Pages Deploy #1426
-
how to deploy with github pages with npm . What's the GitHub Actions file look like? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
https://v2.vuepress.vuejs.org/guide/deployment.html |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
https://v2.vuepress.vuejs.org/guide/deployment.html
or use https://github.com/peaceiris/actions-gh-pages