Update .gitea/workflows/deploy.yml
Some checks failed
11ty build and deploy for ${{ gitea.repository }} / build-deploy (push) Failing after 20s
Some checks failed
11ty build and deploy for ${{ gitea.repository }} / build-deploy (push) Failing after 20s
This commit is contained in:
parent
f8d3e030ef
commit
26792fcfdf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user