Skip to content

Commit c966784

Browse files
authoredMar 19, 2025··
docs: fix syntax highlight
1 parent 617f23d commit c966784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/docs/1.getting-started/3.deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The GitHub Workflow added to your repository is automatically tailored to your p
122122
We support pnpm, yarn, npm and Corepack. If you use a different package manager, you can customise the generated `nuxthub.yml` GitHub Action.
123123

124124
::code-collapse
125-
```yaml [.github/workflows/nuxthub.yml]
125+
```yml [.github/workflows/nuxthub.yml]
126126
name: Deploy to NuxtHub
127127
on: push
128128

0 commit comments

Comments
 (0)
Please sign in to comment.