We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb0605 commit 32da2d9Copy full SHA for 32da2d9
README.md
@@ -0,0 +1,7 @@
1
+# nuxt-to-static-host
2
+## Github action for deploy Nuxt.js app on static host
3
+This action uses Nuxt static host generation to generate a static website (note that this is not possible with server-side rendering apps)
4
+
5
+ - Tested on Nuxt 3
6
+ - Uses FTP (SamKirkland/FTP-Deploy-Action@v4.3.4)
7
+ - Deploys .output/public folder to the root directory of the host
0 commit comments