Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 18, 2024
1 parent 810c269 commit 8cc0bb8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/api_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cc0bb8

Please sign in to comment.