Update .gitea/workflows/deploy.yml
11ty build and deploy for ${{ gitea.repository }} / build-deploy (push) Failing after 28s
Details
11ty build and deploy for ${{ gitea.repository }} / build-deploy (push) Failing after 28s
Details
This commit is contained in:
parent
5fd7fb4c07
commit
9e34a12b25
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/www/${{ gitea.event.repository.name }}:/www/${{ gitea.event.repository.name }}
|
- /www/${{ gitea.event.repository.name }}:/www/${{ gitea.event.repository.name }}
|
||||||
steps:
|
steps:
|
||||||
- name: Clone code to runner
|
- name: Clone code to runner
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue