Update .gitea/workflows/deploy.yml
11ty build and deploy for ${{ gitea.repository }} / build-deploy (push) Failing after 20s Details

This commit is contained in:
suroh 2024-04-16 11:07:17 +00:00
parent 437ef394e7
commit f0bf48134c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: npm run build
- name: Check folders
run: ls -lh /
run: ls -lh /var
- name: Create folder if needed
run: if [ ! -d /www/${{ gitea.event.repository.name }} ]; then mkdir /www/${{ gitea.event.repository.name }}; fi