Skip to content

Commit

Permalink
fixed MD029/ol-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Antoniuk committed Jul 13, 2023
1 parent 4071eb6 commit 106ff1d
Show file tree
Hide file tree
Showing 16 changed files with 1,282 additions and 1,288 deletions.
3 changes: 1 addition & 2 deletions site/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"no-duplicate-heading": false,
"no-trailing-punctuation": {
"punctuation": ".,;:。,;:" // everything except exclamation points
},
"ol-prefix": false
}
}
8 changes: 4 additions & 4 deletions site/docs/es/hosting/deno-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Aquí, estamos usando el token del bot (`/<bot token>`).
1. Crea un repositorio en GitHub, puede ser privado o público.
2. Empuja tu código.

> Es recomendable que tengas una única rama estable y que hagas tus pruebas en otras ramas, para que no te ocurran cosas inesperadas.
> Es recomendable que tengas una única rama estable y que hagas tus pruebas en otras ramas, para que no te ocurran cosas inesperadas.
3. Visita tu [Deno Deploy dashboard](https://dash.deno.com/projects).
4. Haz clic en "Nuevo proyecto", y ve a la sección "Despliegue desde el repositorio de GitHub".
Expand All @@ -74,9 +74,9 @@ Aquí, estamos usando el token del bot (`/<bot token>`).
4. [Crear un token de acceso](https://dash.deno.com/user/access-tokens).
5. Ejecuta el siguiente comando:

```sh
deployctl deploy --project <project> ./mod.ts --prod --token <token>
```
```sh
deployctl deploy --project <project> ./mod.ts --prod --token <token>
```

6. Para configurar las acciones de Github, consulte [esto](https://github.com/denoland/deployctl/blob/main/action/README.md).

Expand Down
Loading

0 comments on commit 106ff1d

Please sign in to comment.