Skip to content

Commit f887c82

Browse files
committed
chore: select the docs directory
1 parent c5a9566 commit f887c82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ concurrency:
2424
cancel-in-progress: false
2525

2626
jobs:
27+
defaults:
28+
run:
29+
shell: bash
30+
working-directory: ./docs
2731
# 构建工作
2832
build:
2933
runs-on: ubuntu-latest
3034
steps:
31-
- name: Select the docs directory
32-
working-directory: ./docs
3335
- name: Checkout
3436
uses: actions/checkout@v4
3537
with:

0 commit comments

Comments
 (0)