We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64933c9 commit e969105Copy full SHA for e969105
.github/workflows/deploy-hugo.yaml
@@ -31,7 +31,7 @@ jobs:
31
# You might need a Personal Access Token (PAT) if the content repo is private
32
# or if you're hitting rate limits for unauthenticated clones.
33
run: |
34
- echo "Cloning content into content/blog..."
+ echo "Cloning content into content/posts..."
35
git clone https://github.com/pinnotes/notes.git content/posts
36
# env:
37
# If 'my-hugo-content' is private, create a PAT with 'repo' scope
0 commit comments