Update .gitea/workflows/deploy.yml
11ty build and deploy for ${{ gitea.repository }} / build-deploy (push) Failing after 21s
Details
11ty build and deploy for ${{ gitea.repository }} / build-deploy (push) Failing after 21s
Details
This commit is contained in:
parent
26792fcfdf
commit
437ef394e7
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
- /www:/www
|
- /var/www:/www
|
||||||
steps:
|
steps:
|
||||||
- name: Clone code to runner
|
- name: Clone code to runner
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Check folders
|
- name: Check folders
|
||||||
run: ls -lh /www
|
run: ls -lh /
|
||||||
|
|
||||||
- name: Create folder if needed
|
- name: Create folder if needed
|
||||||
run: if [ ! -d /www/${{ gitea.event.repository.name }} ]; then mkdir /www/${{ gitea.event.repository.name }}; fi
|
run: if [ ! -d /www/${{ gitea.event.repository.name }} ]; then mkdir /www/${{ gitea.event.repository.name }}; fi
|
||||||
|
|
Loading…
Reference in New Issue