This commit is contained in:
parent
3eff198879
commit
2486fd9d69
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue