We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07345f2 + 00b40d9 commit 30f60d8Copy full SHA for 30f60d8
1 file changed
.github/workflows/nextjs.yml
@@ -93,6 +93,8 @@ jobs:
93
ls -lha ./_posts
94
echo "Advance check on linux post loaded onto ./_linux"
95
ls -lha ./_linux
96
+ echo "Advance check on linux post loaded onto ./public"
97
+ ls -lhaR ./public
98
- name: Detect package manager
99
id: detect-package-manager
100
run: |
0 commit comments