From 7637e442e306eeb5393ec33ba5b6783944c8575c Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Mon, 10 Jun 2024 13:22:15 +0200 Subject: [PATCH] chore: set build dir --- .github/workflows/copy-build-to-d2-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy-build-to-d2-ci.yml b/.github/workflows/copy-build-to-d2-ci.yml index dfc6bdf02..679cf5cc6 100644 --- a/.github/workflows/copy-build-to-d2-ci.yml +++ b/.github/workflows/copy-build-to-d2-ci.yml @@ -16,7 +16,6 @@ env: jobs: copy-to-d2-ci: runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout code uses: actions/checkout@v3 @@ -40,4 +39,5 @@ jobs: - name: Copy package to d2-ci uses: dhis2/deploy-build@master with: + build-dir: build github-token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}