fixed bash formatting
work.suroh.tk deploy / build-deploy (push) Successful in 21s Details

This commit is contained in:
suroh 2024-02-02 17:12:43 +01:00
parent 513b4f2f67
commit 76f49fe30b
1 changed files with 1 additions and 3 deletions

View File

@ -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