Skip to content

Commit

Permalink
docs(static-deploy): bump version of actions/checkout and actions/upl…
Browse files Browse the repository at this point in the history
…oad-pages-artifact (#541)

* docs: feedback about experimental features

* docs: update the proxy options link

* docs: use extends instead of spreading default theme

* docs(static-deploy): bump version of actions/checkout and actions/upload-pages-artifact

* Update build.md
  • Loading branch information
Franqsanz authored Nov 2, 2023
1 parent 8ed8dcd commit 2ae25c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/config/ssr-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

## ssr.resolve.conditions

- **Experimental** [El soporte CJS se eliminará en Vite 5](https://github.com/vitejs/vite/discussions/13816)
- **Tipo:** `'esm' | 'cjs'`
- **Por defecto:** `esm`
- **Tipo:** `string[]`
- **Relacionado:** [resolve.conditions](./shared-options.md#resolve-conditions)

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/static-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Subir repositorio dist
path: './dist'
Expand Down

0 comments on commit 2ae25c7

Please sign in to comment.