From 25a81c0a9d8692cc8f7145d5b15cb6a90478e818 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 25 Apr 2024 09:08:36 +0200 Subject: [PATCH] feat: name uploaded documentation artifact 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. --- .forgejo/workflows/pdoc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/pdoc.yml b/.forgejo/workflows/pdoc.yml index bd07d9a..05ffe81 100644 --- a/.forgejo/workflows/pdoc.yml +++ b/.forgejo/workflows/pdoc.yml @@ -35,5 +35,6 @@ jobs: - uses: actions/upload-artifact@v3 with: + name: docs path: docs