feat: name uploaded documentation artifact
All checks were successful
website / build (push) Successful in 33s
All checks were successful
website / build (push) Successful in 33s
Added a specific name ('docs') to the uploaded documentation artifact in the GitHub Actions workflow. This change makes the artifact easily identifiable in the GitHub Actions UI, improving the accessibility and management of build artifacts for developers and maintainers.
This commit is contained in:
parent
cb84abacac
commit
25a81c0a9d
1 changed files with 1 additions and 0 deletions
|
@ -35,5 +35,6 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: docs
|
||||
path: docs
|
||||
|
||||
|
|
Loading…
Reference in a new issue