add autodeploy
All checks were successful
Deploy / deploy (push) Successful in 10s

This commit is contained in:
me
2026-04-09 18:13:57 +03:00
parent 6878f29741
commit 0cc1553cd4

View File

@@ -18,11 +18,13 @@ jobs:
- name: Install Hugo
run: |
wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.deb
wget -q -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.deb
dpkg -i hugo.deb
- name: Build
run: hugo --minify
run: |
hugo mod vendor
hugo --minify
- name: Deploy
run: |