deb-collections

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 48b7dd25eb759afe0de3ebb0a9e5c9e82bfd9d27
parent d97ff1d0d184951bc357ac666558a9b3087f6ccb
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed, 29 Jul 2026 21:59:59 +0900

Change zellij man page directory to assets/layout

Update directory structure for zellij man page.
Diffstat:
M.github/workflows/cargo-deb.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cargo-deb.yaml b/.github/workflows/cargo-deb.yaml @@ -68,8 +68,8 @@ jobs: # zellij 等で man ページが存在しない場合に発生する欠損エラー対策 if [ "${{ matrix.name }}" = "zellij" ]; then echo "this action is zellij" - mkdir -p assets/man - touch assets/man/zellij.1 + mkdir -p assets/layout + touch assets/layout/zellij.1 fi cargo deb