We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6789ff + fee333e commit a96fa88Copy full SHA for a96fa88
.github/workflows/docs.yml
@@ -15,13 +15,20 @@ jobs:
15
name: generate the user doc
16
runs-on: ubuntu-latest
17
steps:
18
- - name: Checkout repository
+ - name: Checkout Coreutils Repository
19
uses: actions/checkout@v3
20
with:
21
repository: uutils/coreutils
22
path: './coreutils'
23
fetch-depth: 0
24
25
+ - name: Checkout Findutils Repository
26
+ uses: actions/checkout@v3
27
+ with:
28
+ repository: uutils/findutils
29
+ path: './findutils'
30
+ fetch-depth: 0
31
+
32
- name: Install `rust` toolchain
33
uses: actions-rs/toolchain@v1
34
0 commit comments