We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbaae2 commit 4ada689Copy full SHA for 4ada689
.github/workflows/pages.yml
@@ -32,6 +32,8 @@ jobs:
32
run:
33
working-directory: ${{ github.workspace }}/bookmarknav # 设置子目录为工作区
34
steps:
35
+ - name: Print working directory
36
+ run: pwd
37
- name: Checkout
38
uses: actions/checkout@v4
39
- name: Detect package manager
0 commit comments