fix typo in categories
Some checks failed
/ build (push) Failing after 12s

This commit is contained in:
Peter Tillemans 2024-06-25 15:41:19 +02:00
parent 3eff198879
commit 2486fd9d69
2 changed files with 3 additions and 3 deletions

View file

@ -7,9 +7,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: 'true' submodules: 'true'
- uses: https://github.com/taiki-e/install-action@v2.37.0 - uses: https://github.com/taiki-e/install-action@v2
with: with:
tool: zola@0.17.1 tool: zola@0.19.1
- run: zola build - run: zola build
- name: copy file via ssh password - name: copy file via ssh password
uses: https://github.com/appleboy/scp-action@v0.1.7 uses: https://github.com/appleboy/scp-action@v0.1.7

View file

@ -3,7 +3,7 @@ title = "Workflows for Unix Password Store with Emacs and Shell"
date = 2024-04-13 date = 2024-04-13
[taxonomies] [taxonomies]
tags = ["programming"] tags = ["programming"]
categories = ["lisp" "shell"] categories = ["lisp", "shell"]
+++ +++
# Table of Contents # Table of Contents