We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151928e commit f4b8fbdCopy full SHA for f4b8fbd
.github/workflows/nextjs.yml
@@ -105,9 +105,9 @@ jobs:
105
ls -lha
106
echo "Advance check on workflow loaded onto ./.github"
107
ls -lha ./.github
108
- echo "Advance check on topic post loaded onto ./_topics"
+ echo "Advance check on topic post loaded onto ./_topic_post/_topics"
109
ls -lha ./_topics
110
- echo "Advance check on blog post loaded onto ./_posts"
+ echo "Advance check on blog post loaded onto ./_blog_post/_blogs"
111
ls -lha ./_posts
112
echo "Advance check on linux post loaded onto ./_linux"
113
ls -lha ./_linux
0 commit comments