From 8cc0bb8da61059552e652f7d813c470122f04c79 Mon Sep 17 00:00:00 2001 From: pvshvp-oss Date: Mon, 18 Mar 2024 06:26:13 -0500 Subject: [PATCH] . --- .github/workflows/api_documentation.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api_documentation.yml b/.github/workflows/api_documentation.yml index 5504299..651143c 100644 --- a/.github/workflows/api_documentation.yml +++ b/.github/workflows/api_documentation.yml @@ -48,12 +48,17 @@ jobs: arguments: '--workspace --all-features --no-deps --document-private-items' rust_release_channel: nightly use_cross: false - compilation_target: ${{ matrix.compilation_target }} + compilation_target: ${{ matrix.compilation_target }} + # - name: Download Artifact Step + # id: artifact_download_step + # uses: actions/download-artifact@v4 + # with: + # name: artifact-doc-${{ matrix.compilation_target }} - name: ⬆ Upload Documentation Step id: documentation_upload_step uses: actions/upload-pages-artifact@v3 with: - path: target/doc + path: target/doc/ publish_documentation_job: name: ✈ Publish Documentation Job if: github.ref == 'refs/heads/main' # Publish only while dealing with the main branch