We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf9259 commit 00b40d9Copy full SHA for 00b40d9
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