From 3181eb0faeec1fbb29e5e8e62a5b33aabcab9a22 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Fri, 6 Oct 2023 13:36:32 +0200 Subject: [PATCH] test --- .github/workflows/deploy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 869e0d6..5247091 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,11 +9,13 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: './src/utils/' + working-directory: '.' steps: - uses: actions/checkout@v4 - - name: show branch name - run: echo ${GITHUB_REF##*/} + # - name: show branch name + # run: echo ${GITHUB_REF##*/} + - name: show current path + run: echo pwd - name: Set up Python uses: actions/setup-python@v4 with: