Skip to content

Commit fee333e

Browse files
committed
fix: checkout findutils repo
1 parent 4c91735 commit fee333e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/docs.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,20 @@ jobs:
1515
name: generate the user doc
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Checkout repository
18+
- name: Checkout Coreutils Repository
1919
uses: actions/checkout@v3
2020
with:
2121
repository: uutils/coreutils
2222
path: './coreutils'
2323
fetch-depth: 0
2424

25+
- name: Checkout Findutils Repository
26+
uses: actions/checkout@v3
27+
with:
28+
repository: uutils/findutils
29+
path: './findutils'
30+
fetch-depth: 0
31+
2532
- name: Install `rust` toolchain
2633
uses: actions-rs/toolchain@v1
2734
with:

0 commit comments

Comments
 (0)