You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Merge pull request #9 from tertsdiepraam/oranda-setup
fix: checkout findutils repo
This commit is contained in:
@@ -15,13 +15,20 @@ jobs:
|
||||
name: generate the user doc
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: Checkout Coreutils Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: uutils/coreutils
|
||||
path: './coreutils'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout Findutils Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: uutils/findutils
|
||||
path: './findutils'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install `rust` toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user