docs: move act runner cache
This commit is contained in:
@@ -42,6 +42,20 @@ tar -xf node-v20.11.1-linux-x64.tar.xz --strip-components=2 -C ~/.local/bin/ nod
|
||||
rm node-v20.11.1-linux-x64.tar.xz
|
||||
```
|
||||
|
||||
Change the location of the cache:
|
||||
|
||||
```
|
||||
mkdir -p /sls/bd/hla/.cache/act
|
||||
```
|
||||
|
||||
and edit `/etc/act_runner/config.yaml`
|
||||
|
||||
```
|
||||
cache:
|
||||
enabled: true
|
||||
dir: "/sls/bd/hla/.cache/act"
|
||||
```
|
||||
|
||||
## Manually run the runner
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user