diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7c5656aee8..105a0bb85b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/upload-artifact@v4.5.0 with: - name: rustdoc + name: rustdocs path: target/doc retention-days: 1 overwrite: true @@ -117,12 +117,19 @@ jobs: - ktdoc steps: + - uses: actions/download-artifact@v4.1.8 + with: + pattern: "rustdocs" + path: target/doc + merge-multiple: true + - uses: actions/download-artifact@v4.1.8 with: pattern: "*doc" path: target/doc merge-multiple: true + - name: deploy docs uses: peaceiris/actions-gh-pages@v4 with: