From 65ec13725bb08e7b47cf0a057d832025cfe28fa6 Mon Sep 17 00:00:00 2001 From: Owen Winkler Date: Sat, 20 Jun 2026 23:18:55 -0400 Subject: [PATCH] =?UTF-8?q?Specify=20container.volumes=20for=20devsites=20?= =?UTF-8?q?mount=20=E2=80=94=20container.options=20is=20ignored=20by=20act?= =?UTF-8?q?=5Frunner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-static.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy-static.yml b/.gitea/workflows/deploy-static.yml index 55d6177..64ab40d 100644 --- a/.gitea/workflows/deploy-static.yml +++ b/.gitea/workflows/deploy-static.yml @@ -45,6 +45,10 @@ on: jobs: deploy: runs-on: ubuntu-latest + container: + image: gitea/runner-images:ubuntu-latest + volumes: + - /mnt/user/devsites:/mnt/user/devsites steps: - uses: actions/checkout@v4