From 1f20603d9235b5c64741a63770b28d66e235bd51 Mon Sep 17 00:00:00 2001 From: Schallbert Date: Mon, 9 Sep 2024 12:53:34 +0200 Subject: [PATCH] path updates --- .gitea/workflows/deploy-lectures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-lectures.yml b/.gitea/workflows/deploy-lectures.yml index 32ab51b..6a7d607 100644 --- a/.gitea/workflows/deploy-lectures.yml +++ b/.gitea/workflows/deploy-lectures.yml @@ -24,7 +24,7 @@ jobs: - name: --- CHECKOUT --- uses: actions/checkout@v3 with: - path: ./lectures + path: ./ - name: --- TEST --- run: | echo "hello world"