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
437ef394e7
commit
f0bf48134c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user