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:03:23 +00:00
parent 9e34a12b25
commit f8d3e030ef
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container:
volumes:
- /www/${{ gitea.event.repository.name }}:/www/${{ gitea.event.repository.name }}
- /www:/www
steps:
- name: Clone code to runner
uses: actions/checkout@v4