fixed bash formatting

This commit is contained in:
suroh 2024-02-02 17:12:43 +01:00
parent 513b4f2f67
commit 76f49fe30b

@ -24,9 +24,7 @@ jobs:
run: npm run build
- name: Create folder if needed
run: if [ ! -d /www/work.suroh.tk ]; then
mkdir /www/work.suroh.tk
fi
run: if [ ! -d /www/work.suroh.tk ]; then mkdir /www/work.suroh.tk; fi
- name: Copy built website
run: cp -r _site /www/work.suroh.tk