mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
Update README.md
This commit is contained in:
parent
192dee0210
commit
869c558ee8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user