Update .gitea/workflows/deploy.yml

This commit is contained in:
suroh 2024-04-16 11:03:23 +00:00
parent 9e34a12b25
commit f8d3e030ef

@ -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