added zola build into yml file
Some checks failed
Deploy cjsatarine.space zola website / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2025-09-13 17:55:30 -04:00
parent d6c646ac05
commit 633dbf345e

View File

@@ -18,7 +18,10 @@ jobs:
wget https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf *.tar.gz
- name: Deploy
- name: build
run: ./zola build
- name: deploy
run: |
apt update -y && apt-get install -y --no-install-recommends rsync
eval "$(ssh-agent -s)"