We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b8fbd commit 3d87f98Copy full SHA for 3d87f98
1 file changed
.github/workflows/nextjs.yml
@@ -106,9 +106,9 @@ jobs:
106
echo "Advance check on workflow loaded onto ./.github"
107
ls -lha ./.github
108
echo "Advance check on topic post loaded onto ./_topic_post/_topics"
109
- ls -lha ./_topics
+ ls -lha ./_topic_post/_topics
110
echo "Advance check on blog post loaded onto ./_blog_post/_blogs"
111
- ls -lha ./_posts
+ ls -lha ./_blog_post/_blogs
112
echo "Advance check on linux post loaded onto ./_linux"
113
ls -lha ./_linux
114
echo "Advance check on linux post loaded onto ./public"
0 commit comments