added zola build into yml file
Some checks failed
Deploy cjsatarine.space zola website / deploy (push) Has been cancelled
Some checks failed
Deploy cjsatarine.space zola website / deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
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
|
tar -xvzf *.tar.gz
|
||||||
|
|
||||||
- name: Deploy
|
- name: build
|
||||||
|
run: ./zola build
|
||||||
|
|
||||||
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
apt update -y && apt-get install -y --no-install-recommends rsync
|
apt update -y && apt-get install -y --no-install-recommends rsync
|
||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
|
Reference in New Issue
Block a user