From 38b91e6442f84b8a81e8cf78019aa308b2a1ee69 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 1 Aug 2024 06:05:52 +0100 Subject: [PATCH] ci testing --- .gitea/workflows/deploy-api.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-api.yml b/.gitea/workflows/deploy-api.yml index 8d632ef..e1d6b2c 100644 --- a/.gitea/workflows/deploy-api.yml +++ b/.gitea/workflows/deploy-api.yml @@ -3,7 +3,7 @@ name: Deploy API on: push: branches: ["master"] - paths: [".gitea/workflows/deploy-api.yml", "API/**", "!API/README.md"] + paths: [".gitea/workflows/deploy-api.yml", "API/**"] jobs: docker: @@ -23,6 +23,10 @@ jobs: with: fetch-depth: 0 + # print the current directory + - name: Print current directory + run: pwd + # Deploy to Dokku - name: Deploy to Dokku uses: dokku/github-action@master