Skip to content

Commit

Permalink
Replace ref name with SHA
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Huck <[email protected]>
  • Loading branch information
marcoshuck committed Jan 28, 2025
1 parent dce44d0 commit 616c05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Upload documentation artifacts
uses: actions/upload-artifact@v4
with:
name: docs-${{ github.ref_name }}
name: docs-${{ github.sha }}
path: ./docs/_build/html/
overwrite: true
include-hidden-files: true
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Download documentation artifacts
uses: actions/download-artifact@v4
with:
name: docs-${{ github.ref_name }}
name: docs-${{ github.sha }}
merge-multiple: true

- name: Deploy documentation
Expand Down

0 comments on commit 616c05e

Please sign in to comment.