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:05:11 +00:00
parent f8d3e030ef
commit 26792fcfdf
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ jobs:
- name: Build 11ty site
run: npm run build
- name: Check folders
run: ls -lh /www
- name: Create folder if needed
run: if [ ! -d /www/${{ gitea.event.repository.name }} ]; then mkdir /www/${{ gitea.event.repository.name }}; fi