From 2486fd9d69c433dbb205fc288225e119089ea889 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 25 Jun 2024 15:41:19 +0200 Subject: [PATCH] fix typo in categories --- .forgejo/workflows/publish.yaml | 4 ++-- ...ment-using-unix-password-store-pass__linux_osx_sysadmin.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 67e39db..06484f8 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -7,9 +7,9 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'true' - - uses: https://github.com/taiki-e/install-action@v2.37.0 + - uses: https://github.com/taiki-e/install-action@v2 with: - tool: zola@0.17.1 + tool: zola@0.19.1 - run: zola build - name: copy file via ssh password uses: https://github.com/appleboy/scp-action@v0.1.7 diff --git a/content/blog/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md b/content/blog/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md index ed234ea..d6ee541 100644 --- a/content/blog/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md +++ b/content/blog/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md @@ -3,7 +3,7 @@ title = "Workflows for Unix Password Store with Emacs and Shell" date = 2024-04-13 [taxonomies] tags = ["programming"] -categories = ["lisp" "shell"] +categories = ["lisp", "shell"] +++ # Table of Contents