Update README.md

This commit is contained in:
Miguel Pimentel 2024-06-14 11:14:04 -05:00 committed by GitHub
parent 192dee0210
commit 869c558ee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,6 @@ All content for the site is written in _Markdown_ within [Obsidian](https://obsi
```yml
# Using npm
steps:
- uses: actions/checkout@v4
with:
@ -104,7 +103,7 @@ steps:
### 🚀 Build and Deploy
```yml
# Using pnpm
# Using npm
steps:
- name: Checkout
uses: actions/checkout@v4
@ -128,6 +127,7 @@ steps:
```
```yml
# Using pnpm
steps:
- name: Checkout
uses: actions/checkout@v4