Skip to content

Commit

Permalink
Update docs artifact name (#111)
Browse files Browse the repository at this point in the history
* Update docs artifact name

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

* Update docs artifact name

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

* Use right version

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

---------

Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Dec 4, 2024
1 parent 419c5f4 commit 4799303
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
secret_token: ${{ secrets.GITHUB_TOKEN }}

- name: Compile and run tests
uses: eProsima/eProsima-CI/multiplatform/colcon_build_test@main
uses: eProsima/eProsima-CI/multiplatform/colcon_build_test@v0
with:
packages_names: ${{ env.code_packages_names }}
workspace_dependencies: './install'
Expand All @@ -259,13 +259,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Build and test documentation
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@main
uses: eProsima/eProsima-CI/ubuntu/sphinx_docs@v0
with:
checkout_path: "src/fastddsspy"
path_to_requirements: "src/fastddsspy/docs/requirements.txt"
docs_subpackage_name: ${{ env.docs_packages_names }}
secret_token: ${{ secrets.GITHUB_TOKEN }}

upload_artifact: true
upload_artifact_name: "docs${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }}"

#####################################################################
# UNCRUSTIFY
Expand Down

0 comments on commit 4799303

Please sign in to comment.