Do a bit more configuration for nuxt, set server = 'static'

This commit is contained in:
Yoann Chaudet
2022-07-20 13:14:25 -07:00
parent 398adf731a
commit 844ceaff5a
7 changed files with 31 additions and 12 deletions

View File

@@ -2,6 +2,8 @@
An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as [starter workflows][starter-workflows].
See [`set-pages-path.js`](./src/set-pages-path.js) for more details on how we configure static site generators to work "out of the box" with GitHub Pages.
# Usage
See [action.yml](action.yml) and the [Pages starter workflows][starter-workflows].