diff options
| author | Caleb Jamison <[email protected]> | 2023-05-09 17:55:27 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 17:55:27 -0400 |
| commit | 9d971e5b150e2ebe51570040ea59e3ccdbef7b17 (patch) | |
| tree | 153a70e9123bbbd876f3a4b08659181d83ccec89 /.github/workflows/doc.yml | |
| parent | 5cfe1a1fb40470dfaf256fc87989fd67884113f1 (diff) | |
| parent | 856b944eaf20bbd5f1625226415af210a28af89a (diff) | |
Merge branch 'master' into master
Diffstat (limited to '.github/workflows/doc.yml')
| -rw-r--r-- | .github/workflows/doc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 411b7589f..b4e225e64 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml | |||
| @@ -29,7 +29,7 @@ jobs: | |||
| 29 | concurrency: doc-${{ matrix.crates }} | 29 | concurrency: doc-${{ matrix.crates }} |
| 30 | 30 | ||
| 31 | steps: | 31 | steps: |
| 32 | - uses: actions/checkout@v2 | 32 | - uses: actions/checkout@v3 |
| 33 | with: | 33 | with: |
| 34 | submodules: true | 34 | submodules: true |
| 35 | - name: Install Rust targets | 35 | - name: Install Rust targets |
