We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a57f2 commit f60844cCopy full SHA for f60844c
.github/workflows/pages.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Checkout
37
uses: actions/checkout@v4
38
- name: Print working directory
39
- run: pwd
+ run: pwd && ls
40
- name: Detect package manager
41
id: detect-package-manager
42
run: |
0 commit comments