adding github action support for zola branch only

This commit is contained in:
peter nashaat
2022-04-18 09:40:56 +00:00
parent 7b7415f41e
commit 941fdbec3c

View File

@@ -17,6 +17,6 @@ jobs:
port: 22 port: 22
script: | script: |
cd /opt/www_threefold_io/ cd /opt/www_threefold_io/
git pull
git log -1 git log -1
git status git pull
npm run build