From d3fea6cff3ca71edd012f0f70bd113c708caf391 Mon Sep 17 00:00:00 2001 From: suroh Date: Tue, 16 Apr 2024 11:08:56 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c7c3fe2..586f039 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,5 +1,5 @@ -name: 11ty build and deploy for ${{ gitea.repository }} -run-name: 11ty build and deploy for ${{ gitea.repository }} +name: 11ty build and deploy for work.suroh.tk +run-name: 11ty build and deploy for work.suroh.tk on: push: branches: @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: volumes: - - /var/www:/www + - /www:/www steps: - name: Clone code to runner uses: actions/checkout@v4 @@ -24,7 +24,7 @@ jobs: run: npm run build - name: Check folders - run: ls -lh /var + run: ls -lh / - name: Create folder if needed run: if [ ! -d /www/${{ gitea.event.repository.name }} ]; then mkdir /www/${{ gitea.event.repository.name }}; fi