From 852dfda2ac70f3daca45fb99bf3814d4bce8066f Mon Sep 17 00:00:00 2001 From: Schallbert Date: Mon, 9 Sep 2024 12:52:14 +0200 Subject: [PATCH] test with less path depth --- .gitea/workflows/deploy-lectures.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy-lectures.yml b/.gitea/workflows/deploy-lectures.yml index 99ac952..32ab51b 100644 --- a/.gitea/workflows/deploy-lectures.yml +++ b/.gitea/workflows/deploy-lectures.yml @@ -18,13 +18,13 @@ jobs: container: volumes: # left: where the output will end up on disk, right: volume name inside container - - /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp - + - /opt/caddy2/www/lectures:/workspace/schallbert/lectures + steps: - name: --- CHECKOUT --- uses: actions/checkout@v3 with: - path: ./tmp + path: ./lectures - name: --- TEST --- run: | echo "hello world"