This commit is contained in:
@@ -14,6 +14,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install deploy deps
|
||||
run: |
|
||||
apk add --no-cache rsync openssh
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
||||
|
||||
Reference in New Issue
Block a user