Skip to content

Commit e969105

Browse files
committed
➕ posts folder 📂
1 parent 64933c9 commit e969105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# You might need a Personal Access Token (PAT) if the content repo is private
3232
# or if you're hitting rate limits for unauthenticated clones.
3333
run: |
34-
echo "Cloning content into content/blog..."
34+
echo "Cloning content into content/posts..."
3535
git clone https://github.com/pinnotes/notes.git content/posts
3636
# env:
3737
# If 'my-hugo-content' is private, create a PAT with 'repo' scope

0 commit comments

Comments
 (0)